Fixed label for static wallpaper picker
Change-Id: I403950a4f4c86e5cd5d83748c15c23e38b8cb9c1
diff --git a/res/values-xlarge/strings.xml b/res/values-xlarge/strings.xml
index 738baf5..d8bdbbc 100644
--- a/res/values-xlarge/strings.xml
+++ b/res/values-xlarge/strings.xml
@@ -18,7 +18,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Option in "Select wallpaper from" dialog box -->
- <string name="pick_wallpaper">Select wallpaper</string>
+ <!-- Title of the wallpaper selection dialog [CHAR_LIMIT=40]-->
+ <string name="wallpaper_dialog_title">Select wallpaper</string>
+
+ <!-- Negative button text for the wallpaper selection dialog [CHAR_LIMIT=40]-->
<string name="wallpaper_cancel">Cancel</string>
</resources>
\ No newline at end of file