aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-10 01:55:05 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-10 01:55:05 +0200
commitcc2ff076e3f2d4e9beb3e4b46280714a5206b934 (patch)
treefacf870c710d2cc4d5304dcecb6a6ce215f90e71 /res/values
parentfc2297095d5ffa7190f26c50caa06c7524aa7f57 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-cc2ff076e3f2d4e9beb3e4b46280714a5206b934.tar.gz
android_packages_wallpapers_PhotoPhase-cc2ff076e3f2d4e9beb3e4b46280714a5206b934.tar.bz2
android_packages_wallpapers_PhotoPhase-cc2ff076e3f2d4e9beb3e4b46280714a5206b934.zip
Advise the user about no media (#22)
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
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 7b7a071..e9708d3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,6 +23,9 @@
<!-- The app description -->
<string name="app_description">PhotoPhase Live Wallpaper</string>
+ <!-- No images message -->
+ <string name="no_pictures_oops_msg">Oops, no pictures.</string>
+
<!-- Menus -->
<string name="mnu_ok" translatable="false">@android:string/ok</string>
<string name="mnu_restore">Restore</string>