summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-07-21 14:13:36 -0400
committerLeon Scroggins <scroggo@google.com>2009-07-22 13:15:14 -0400
commit142868a4a48a10dca5a0429c9631b8c57911a529 (patch)
treeef4b6eb871d7b7c0fd7d72be3946a1701557ce88
parentd7013ca7ab781824da6eb574094cf05b55abab92 (diff)
downloadLauncher-142868a4a48a10dca5a0429c9631b8c57911a529.tar.gz
Change "Shortcut <> is installed" to "created"
See http://b/issue?id=1861557
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4a6d786..2796171 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -75,7 +75,7 @@
<!-- Error message when user has filled a home screen, possibly not used -->
<string name="out_of_space">No more room on this Home screen.</string>
<!-- Message displayed when a shortcut is created by an external application -->
- <string name="shortcut_installed">Shortcut \"%s\" is installed.</string>
+ <string name="shortcut_installed">Shortcut \"%s\" created.</string>
<!-- Message displayed when a shortcut is uninstalled by an external application -->
<string name="shortcut_uninstalled">Shortcut \"%s\" was removed.</string>
<!-- Message displayed when an external application attemps to create a shortcut that already exists -->