summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-12-07 12:41:39 -0800
committerDoris Liu <tianliu@google.com>2012-12-07 13:33:13 -0800
commit533d88de7f0f118bebce115414078f7610e0a67c (patch)
tree463efc9db5bd5e8632c6aa48a0838c89c5b5bf6c /res/values
parent46c6bbbf57d6bf271237bcbb7192dd3ee9a79368 (diff)
downloadandroid_packages_apps_Snap-533d88de7f0f118bebce115414078f7610e0a67c.tar.gz
android_packages_apps_Snap-533d88de7f0f118bebce115414078f7610e0a67c.tar.bz2
android_packages_apps_Snap-533d88de7f0f118bebce115414078f7610e0a67c.zip
Decode screenshots when they show 0x0 dimensions
Bug: 7470758 Change-Id: If4012899e120ad68cdc8ca12bf6f8de8c5c96019
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 82b6a1ca0..3eb909513 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -334,6 +334,9 @@
<!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
<string name="flash_off">No flash</string>
+ <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
+ <string name="unknown">Unknown</string>
+
<!-- String for the empty not filtered image [CHAR LIMIT=10] -->
<string name="ffx_original">Original</string>
<!-- String for brown-colored old-fashion looking filter (filtershow_fx_0000_vintage) [CHAR LIMIT=10] -->