summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2009-12-02 12:54:40 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-02 12:54:40 -0800
commit86a4c2862d4147326982ed71d3e8a288ed837db6 (patch)
treecc6d420493f6840aeda79eb617eb3304c0113e8b /res
parented5ffc05dc2af87e50d86bac9fe49e76bcefcdb8 (diff)
parent309c5a81a3e45cb202acabc1059145f2203daa77 (diff)
downloadandroid_packages_wallpapers_LivePicker-86a4c2862d4147326982ed71d3e8a288ed837db6.tar.gz
android_packages_wallpapers_LivePicker-86a4c2862d4147326982ed71d3e8a288ed837db6.tar.bz2
android_packages_wallpapers_LivePicker-86a4c2862d4147326982ed71d3e8a288ed837db6.zip
am 309c5a81: Clean up label for live wallpapers.
Merge commit '309c5a81a3e45cb202acabc1059145f2203daa77' into eclair-mr2 * commit '309c5a81a3e45cb202acabc1059145f2203daa77': Clean up label for live wallpapers.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 332f068..c070c61 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,7 @@
<string name="application_name">Live Wallpaper Picker</string>
<!-- Title for the screen that lets the user choose a live wallpaper to use
for the system. -->
- <string name="live_wallpaper_picker_title">Live wallpaper</string>
+ <string name="live_wallpaper_picker_title">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>
<!-- List item for configuring the current wallpaper -->
@@ -38,6 +38,6 @@
<!-- Label, title and author of the live wallpaper -->
<string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> by <xliff:g id="author" example="Google">%2$s</xliff:g></string>
<!-- Message, tells the user the selected live wallpaper is loading. -->
- <string name="live_wallpaper_loading">Loading live wallpaper...</string>
+ <string name="live_wallpaper_loading">Loading live wallpaper…</string>
</resources>