summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2014-07-01 16:52:49 -0400
committerChris Wren <cwren@android.com>2014-07-01 17:13:04 -0400
commit803a4bec0fe4f291b5e131f0a4fcb6ca8ecd2ec3 (patch)
tree2a0b7e8f5188f24f1c8e3f872ca1c544c490d94b /res
parent8d8d62249ed68b4426f37294a07899914f57c4b3 (diff)
downloadandroid_packages_apps_Trebuchet-803a4bec0fe4f291b5e131f0a4fcb6ca8ecd2ec3.tar.gz
android_packages_apps_Trebuchet-803a4bec0fe4f291b5e131f0a4fcb6ca8ecd2ec3.tar.bz2
android_packages_apps_Trebuchet-803a4bec0fe4f291b5e131f0a4fcb6ca8ecd2ec3.zip
Drop support for remove all dead promises.
Bug: 12764789 Change-Id: Id876b66cf8da4388cb3ed5670a0bbdcf73f2982d
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ee835fd59..3bf6c8d6e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -288,13 +288,7 @@ s -->
<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 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>
+ <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
+ You can remove it, or search for the app and install it manually.
+ </string>
</resources>