summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/qcomarrays.xml6
-rw-r--r--res/values/qcomstrings.xml2
-rw-r--r--res/values/strings.xml8
3 files changed, 7 insertions, 9 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index d4855b9c6..a197a1958 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -785,9 +785,9 @@
<!-- Camera Preferences Color effect dialog box entries -->
<string-array name="pref_camera_tsmakeup_level_entries" translatable="false">
<item>@string/pref_camera_tsmakeup_entry_off</item>
- <item>1</item>
- <item>2</item>
- <item>3</item>
+ <item>Low</item>
+ <item>Mid</item>
+ <item>High</item>
<item>@string/pref_camera_tsmakeup_custom</item>
</string-array>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 50179e83b..5a9d5fc4b 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -419,7 +419,7 @@
<string name="pref_camera_iso_default">auto</string>
<!-- Settings screen, Select Iso title -->
- <string name="pref_camera_iso_title">Select ISO</string>
+ <string name="pref_camera_iso_title">ISO</string>
<!-- Settings screen, ISO dialog radio button choices -->
<string name="pref_camera_iso_entry_auto">Auto</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ce802e21a..c149e997d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -200,7 +200,7 @@
<string name="pref_camera_id_entry_front">Front</string>
<!-- Settings screen, setting title text -->
- <string name="pref_camera_recordlocation_title">Store location</string>
+ <string name="pref_camera_recordlocation_title">GPS location</string>
<string name="pref_camera_recordlocation_default" translatable="false">none</string>
@@ -221,7 +221,7 @@
<string name="pref_camera_timer_sound_title">Beep during countdown</string>
<!-- Entry of camera save path -->
- <string name="pref_camera_savepath_title">Storage Position</string>
+ <string name="pref_camera_savepath_title">Storage</string>
<string name="pref_camera_savepath_default">0</string>
<string name="pref_camera_savepath_entry_0">Phone</string>
<string name="pref_camera_savepath_entry_1">SD Card</string>
@@ -329,9 +329,7 @@
<string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
<!-- Settings screen, Flash mode title -->
- <string name="pref_camera_flashmode_title">Flash mode</string>
- <!-- flash label [CHAR LIMIT=50] -->
- <string name="pref_camera_flashmode_label">FLASH MODE</string>
+ <string name="pref_camera_flashmode_title">Flash</string>
<!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
<string name="pref_camera_flashmode_entry_auto">Auto</string>