summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ea6c71c..a3e6601 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1205,13 +1205,13 @@
</string-array>
<!--- Volume key cursor control -->
- <string-array name="volume_key_cursor_control_entries">
+ <string-array name="volume_key_cursor_control_entries" translatable="false">
<item>@string/volume_key_cursor_control_off</item>
<item>@string/volume_key_cursor_control_on</item>
<item>@string/volume_key_cursor_control_on_reverse</item>
</string-array>
- <string-array name="volume_key_cursor_control_values">
+ <string-array name="volume_key_cursor_control_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>