summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2012-05-18 16:12:32 +0800
committerYuli Huang <yuli@google.com>2012-05-18 16:29:58 +0800
commit14abbea82c1a8ce123ceb5d5559a3cd3c108a865 (patch)
treee3724b188f89ab035296a4314c81c35bae826b22 /res
parente55c04de3937857fac46d0d46ef3106ce4d7bbea (diff)
downloadandroid_packages_apps_Snap-14abbea82c1a8ce123ceb5d5559a3cd3c108a865.tar.gz
android_packages_apps_Snap-14abbea82c1a8ce123ceb5d5559a3cd3c108a865.tar.bz2
android_packages_apps_Snap-14abbea82c1a8ce123ceb5d5559a3cd3c108a865.zip
Fix action-bar title for cropping wallpaper.
bug:6513495 Change-Id: I97b76c948d5c9fa0bb11f2fe89a0d10f490dbe14
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1474004bd..f369df9b7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -91,6 +91,8 @@
<!-- Displayed in the title of the dialog for things to do with a picture
that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
<string name="set_image">Set picture as</string>
+ <!-- Activity title for cropping picture and setting it as wallpaper [CHAR LIMIT=20] -->
+ <string name="set_wallpaper">Set wallpaper</string>
<!-- Toast/alert after saving wallpaper -->
<string name="wallpaper">Setting wallpaper\u2026</string>
<string name="camera_setas_wallpaper">Wallpaper</string>