summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-13 12:10:42 -0400
committerLioncash <mathew1800@gmail.com>2013-08-13 12:10:42 -0400
commit8fbf11a0d9f507f6f4589e5333317697deb986a7 (patch)
tree5ed029a4e3eb3f8c1ca998abe23609558eb196fa /Source/Android
parenta8fcd50cd7c58a610169c38032ab3928a3229b82 (diff)
[Android] Add translatable="false" to the names of the string arrays in prefvalues.xml.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/values/prefvalues.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/res/values/prefvalues.xml b/Source/Android/res/values/prefvalues.xml
index 409666e328..8564801f6f 100644
--- a/Source/Android/res/values/prefvalues.xml
+++ b/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>