summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-08-11 02:56:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-10 19:43:29 +0000
commitd3ad9828d15f9c8fa435f2d59cd5a18e9ebee100 (patch)
tree775b26f707ad5f5cf570f1d48a5a97b597b56473 /res/values
parent77c1376c67ce7e259b8eca77bd5ba8f4fa7d4b86 (diff)
parentff572277112ec3d6a6a8c1be274d6fa1019e3648 (diff)
downloadandroid_packages_apps_Trebuchet-d3ad9828d15f9c8fa435f2d59cd5a18e9ebee100.tar.gz
android_packages_apps_Trebuchet-d3ad9828d15f9c8fa435f2d59cd5a18e9ebee100.tar.bz2
android_packages_apps_Trebuchet-d3ad9828d15f9c8fa435f2d59cd5a18e9ebee100.zip
Merge "Adding support to restore widgets even for jelly beans." into ub-now-porkchop
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 780dcd22a..286e04fe5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -193,9 +193,12 @@ s -->
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>
- <!-- Text to show user in place of a gadget when it is not yet ready/initialized. -->
+ <!-- Text to show user in place of a gadget when it is not yet ready. -->
<string name="gadget_pending_text" translatable="false">Widget not ready</string>
+ <!-- Text to show user in place of a gadget when it is not yet initialized. -->
+ <string name="gadget_setup_text" translatable="false">Setup widget</string>
+
<!-- Text to inform the user that they can't uninstall a system application -->
<string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>