summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-07-01 09:37:48 -0400
committerChris Wren <cwren@android.com>2014-07-01 09:47:50 -0400
commit8d8d62249ed68b4426f37294a07899914f57c4b3 (patch)
treec8fee79521af828b8649f44759d2a283ef945833 /res
parent40c5ed303909c4df71037be3429aa1423e59585f (diff)
downloadandroid_packages_apps_Trebuchet-8d8d62249ed68b4426f37294a07899914f57c4b3.tar.gz
android_packages_apps_Trebuchet-8d8d62249ed68b4426f37294a07899914f57c4b3.tar.bz2
android_packages_apps_Trebuchet-8d8d62249ed68b4426f37294a07899914f57c4b3.zip
Update text on dead shortcut removal dialog.
Bug: 12764789 Change-Id: I9eda1abba2edc3857ce63da2c7c14e13b9a2505e
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b7f4505a9..ee835fd59 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -285,13 +285,16 @@ s -->
<!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
<string name="abandoned_search">Search</string>
<!-- Title for abandoned promise dialog. -->
- <string name="abandoned_promises_title">This Package is not Installed</string>
- <!-- Explanation for abandoned promise dialog. -->
+ <string name="abandoned_promises_title">This app is not installed</string>
+ <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
+ The second "it" refers to the app. -->
<plurals name="abandoned_promises_explanation">
- <item quantity="one">The package for this icon is not installed. You many remove it, or
- attempt to search for the package and install it manually.</item>
- <item quantity="other">The package for this icon is not installed. You many remove all
- similarly broken icons, remove only this icon, or attempt to search for the package and
- install it manually.</item>
+ <item quantity="one">The app for this icon isn\'t installed.
+ You can remove it, or search for the app and install it manually.
+ </item>
+ <item quantity="other">The app for this icon isn\'t installed.
+ You can remove all such broken icons, remove only this one,
+ or search for the app and install it manually.
+ </item>
</plurals>
</resources>