Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Add translatable="false" to the names of the string arrays …
…in prefvalues.xml.
  • Loading branch information
lioncash committed Aug 13, 2013
1 parent a8fcd50 commit 8fbf11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/res/values/prefvalues.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="gpuOptions">
<string-array name="gpuOptions" translatable="false">
<item>Software Renderer</item>
<item>OpenGL ES 3</item>
</string-array>

<string-array name="gpuValues">
<string-array name="gpuValues" translatable="false">
<item>Software Renderer</item>
<item>OGL</item>
</string-array>
Expand Down

0 comments on commit 8fbf11a

Please sign in to comment.