summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-08-05 13:28:30 +0200
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-08-05 13:28:30 +0200
commitc4762ff452e1a0f60d29d7cecbf45df8eaf06194 (patch)
tree2fc4dc86430e094dc211b76c472f996597e33bbc
parent51be6e84c5d31d66f89bcc528e30f025133a71f6 (diff)
downloadandroid_packages_apps_Snap-c4762ff452e1a0f60d29d7cecbf45df8eaf06194.tar.gz
android_packages_apps_Snap-c4762ff452e1a0f60d29d7cecbf45df8eaf06194.tar.bz2
android_packages_apps_Snap-c4762ff452e1a0f60d29d7cecbf45df8eaf06194.zip
snap: fix untraslatables
Change-Id: I3e07d9f4d641470c225f86c4516fc45256678bb3 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--res/values/qcomstrings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index f4e931223..2ac9b0e4e 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -132,8 +132,8 @@
<!-- Still More -->
<string name="pref_camera_advanced_feature_entry_stillmore">Still More</string>
- <string name="pref_camera_advanced_feature_value_stillmore_on">still-more-on</string>
- <string name="pref_camera_advanced_feature_value_stillmore_off">still-more-off</string>
+ <string name="pref_camera_advanced_feature_value_stillmore_on" translatable="false">still-more-on</string>
+ <string name="pref_camera_advanced_feature_value_stillmore_off" translatable="false">still-more-off</string>
<!-- Video HDR-->
<string name="pref_camera_video_hdr_title">Video HDR</string>