summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml
index 5569cf7c8a..2833d23b86 100644
--- a/Source/Android/app/src/main/res/values/arrays.xml
+++ b/Source/Android/app/src/main/res/values/arrays.xml
@@ -207,9 +207,9 @@
<!-- Texture Cache Accuracy Preference -->
<string-array name="textureCacheAccuracyEntries" translatable="false">
- <item>Low</item>
+ <item>Fast</item>
<item>Medium</item>
- <item>High</item>
+ <item>Safe</item>
</string-array>
<integer-array name="textureCacheAccuracyValues" translatable="false">
<item>128</item>