OmniGears: fix untranslatable string.

Change-Id: Ib2afae3a4f89e694a3433ef1262fad424b2f3b6d
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index 6d07fc0..8675a5b 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -288,7 +288,7 @@
     </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/disabled</item>
         <item>@string/volume_key_cursor_control_on</item>
         <item>@string/volume_key_cursor_control_on_reverse</item>