summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-01-10 09:04:58 -0800
committerAdam Cohen <adamcohen@google.com>2011-01-10 11:56:35 -0800
commit72c3a3da80c6cf9c60653ec6796df64ac430f2ae (patch)
treec6cd7aa10feb90088a00f1b05dc1f63a6c219942 /res
parentf2e2b1abbd527d62feaa8d3966a97d4f657d1532 (diff)
downloadandroid_packages_wallpapers_LivePicker-72c3a3da80c6cf9c60653ec6796df64ac430f2ae.tar.gz
android_packages_wallpapers_LivePicker-72c3a3da80c6cf9c60653ec6796df64ac430f2ae.tar.bz2
android_packages_wallpapers_LivePicker-72c3a3da80c6cf9c60653ec6796df64ac430f2ae.zip
Adding char limit to string
Change-Id: I2cc4308a9eaa3e5cc07ac4b306636d63903b0fcd
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c90767f..7af69c7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,7 +25,7 @@
<!-- Title for the screen that lets the user choose a live wallpaper to use
for the system. -->
<string name="live_wallpaper_picker_title">Select live wallpaper</string>
- <!-- Label for the live wallpaper picker. -->
+ <!-- Label for the live wallpaper picker [CHAR_LIMIT=40]-->
<string name="live_wallpaper_picker_label">Live Wallpapers</string>
<!-- Title for the screen that lets the user preview a live wallpaper. -->
<string name="live_wallpaper_preview_title">Live wallpaper preview</string>