summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d3aee027..290f13588 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -272,7 +272,10 @@
<!-- Settings screen, Picture size title -->
<string name="pref_camera_picturesize_title">Picture size</string>
-
+ <!-- Settings screen, dialog choice for 20 megapixels picture size [CHAR LIMIT=20] -->
+ <string name="pref_camera_picturesize_entry_20mp">20M pixels</string>
+ <!-- Settings screen, dialog choice for 16 megapixels picture size [CHAR LIMIT=20] -->
+ <string name="pref_camera_picturesize_entry_16mp">16M pixels</string>
<!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] -->
<string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
<!-- Settings screen, dialog choice for 12 megapixels picture size [CHAR LIMIT=20] -->