summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-10-19 18:48:22 -0700
committerRuben Brunk <rubenbrunk@google.com>2012-10-22 11:18:50 -0700
commitd21977196891881e46fb40d3179cebcf24031db1 (patch)
tree5184c75604356dc6834e578c24727883c5d5d6e5 /res/values
parentc4e553b141580b919125de12266db1b7b2926fad (diff)
downloadandroid_packages_apps_Snap-d21977196891881e46fb40d3179cebcf24031db1.tar.gz
android_packages_apps_Snap-d21977196891881e46fb40d3179cebcf24031db1.tar.bz2
android_packages_apps_Snap-d21977196891881e46fb40d3179cebcf24031db1.zip
Fix to ensure visible history adapter strings are from xml.
Bug: 7379327 Change-Id: I5fcb6fec1e9abe05689dd3b9f4e70e518a9e09d1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index f6e4f4f8d..3862865ef 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -24,11 +24,18 @@
<!-- String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
<string name="cannot_load_image">Cannot load the image!</string>
<!-- String displayed when showing the original image [CHAR LIMIT=NONE] -->
- <string name="original_picture_text">Original</string>
+ <string name="original_picture_text">@string/original</string>
+
+ <!-- generic strings -->
+
+ <!-- Text for original image [CHAR LIMIT=20] -->
+ <string name="original">Original</string>
+ <!-- Text for filters that apply a border to a picture [CHAR LIMIT=20] -->
+ <string name="borders" msgid="4461692156695893616">Borders</string>
<!-- actionbar menu -->
- <!-- Text for the actionbar confirmation button [CHAR LIMIT=20] -->
+ <!-- Text for the actionbar confirmation button [CHAR LIMIT=20] -->
<string name="done">Done</string>
<!-- Text for the undo menu item [CHAR LIMIT=20] -->
<string name="filtershow_undo">Undo</string>
@@ -51,6 +58,8 @@
<string name="history">History</string>
<!-- Text for the history panel reset button [CHAR LIMIT=20]-->
<string name="reset">Reset</string>
+ <!-- Text for the original image[CHAR LIMIT=20]-->
+ <string name="history_original">@string/original</string>
<!-- Image state panel -->
@@ -78,7 +87,7 @@
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->
<string name="aspectNone_effect">None</string>
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->
- <string name="aspectOriginal_effect">Original</string>
+ <string name="aspectOriginal_effect">@string/original</string>
<!-- Label for the tuny planet effect [CHAR LIMIT=10] -->
<string name="tinyplanet">Tiny Planet</string>