summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-09-16 15:41:58 -0700
committerSascha Haeberling <haeberling@google.com>2013-09-16 15:43:08 -0700
commit3d91d906fa288923b0d307f8333af89699303528 (patch)
tree833d8392ae9219f4ff37102eb378c65e1bc0c25e
parentd688c0c31d4287c03b664f6fca5c6498a1e4bd7d (diff)
downloadandroid_packages_apps_Snap-3d91d906fa288923b0d307f8333af89699303528.tar.gz
android_packages_apps_Snap-3d91d906fa288923b0d307f8333af89699303528.tar.bz2
android_packages_apps_Snap-3d91d906fa288923b0d307f8333af89699303528.zip
Add HQ and HD strings.
Bug: 10785988 Change-Id: Idc76e1888cb91d3ec6b56657f38f7422a2df7e43
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fe4bbfc8c..cce3b1831 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -342,6 +342,10 @@
<!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_auto">Auto</string>
+ <!-- Scene mode that uses HD (high definition) [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_hd">HD</string>
+ <!-- Scene mode that uses HQ (high quality) [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_hq">HQ</string>
<!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_hdr">HDR</string>
<!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->