summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-09-17 15:08:34 -0700
committerWu-cheng Li <wuchengli@google.com>2010-09-17 15:08:34 -0700
commit0f0f37082b2f1517cf7c9a4dd6a9974a1933d82e (patch)
treeaa08694b023b9fbe95276d83984f3046f4e80dab /res/values
parentf17b91d977b3ef91da6df83140776d93f2fa4e47 (diff)
downloadLegacyCamera-0f0f37082b2f1517cf7c9a4dd6a9974a1933d82e.zip
LegacyCamera-0f0f37082b2f1517cf7c9a4dd6a9974a1933d82e.tar.gz
LegacyCamera-0f0f37082b2f1517cf7c9a4dd6a9974a1933d82e.tar.bz2
Add translatable="false" for pref_camera_id_default.
bug:3013075 Change-Id: Id50bdb1cb8e1cd5750edb80102ac10aea43debe3
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b3cff4a..35de6a6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -108,7 +108,7 @@
<!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
<string name="pref_camera_id_title">Select camera</string>
- <string name="pref_camera_id_default">0</string>
+ <string name="pref_camera_id_default" translatable="false">0</string>
<!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
<string name="pref_camera_id_entry_back">Back</string>