summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-10-02 23:00:46 -0700
committerSascha Haeberling <haeberling@google.com>2013-10-03 09:55:00 -0700
commit623b74b608fae83034bab58331fc705b8cfecaa6 (patch)
treef36ad8b6f679e2a57316e4246914e93f8362ee41 /res/values/strings.xml
parent3393a62797fa397823eba720b3f52d39ae065739 (diff)
downloadandroid_packages_apps_Snap-623b74b608fae83034bab58331fc705b8cfecaa6.tar.gz
android_packages_apps_Snap-623b74b608fae83034bab58331fc705b8cfecaa6.tar.bz2
android_packages_apps_Snap-623b74b608fae83034bab58331fc705b8cfecaa6.zip
Add HDR+ mode strings (to replace HQ mode)
Bug: 11047147 Change-Id: Iadf72105d526467a1d8f63db839237a4cfba24e1
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7af494a50..ee632fcb6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -350,10 +350,8 @@
<!-- 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 plus (better HDR) [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</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] -->