diff options
author | Winson Chung <winsonc@google.com> | 2010-10-01 13:44:56 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-10-01 13:51:55 -0700 |
commit | 58f208892274c91b83dbbad6c50ea8638f106b33 (patch) | |
tree | ce95b1b1174dc2da627e9a80e940616dd39bb42f /res | |
parent | d98979b8147065878719cd2adb039317ba3abe0a (diff) | |
download | packages_apps_trebuchet-58f208892274c91b83dbbad6c50ea8638f106b33.zip packages_apps_trebuchet-58f208892274c91b83dbbad6c50ea8638f106b33.tar.gz packages_apps_trebuchet-58f208892274c91b83dbbad6c50ea8638f106b33.tar.bz2 |
Adding more specific title for pick-application dialog.
Change-Id: I9703f80b34d05b2cfa6239652eae36d1ebcde6e5
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f4dfffb..bae50e4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -88,6 +88,8 @@ <!-- Title of dialog when user is selecting shortcut to add to homescreen --> <string name="title_select_shortcut">Select shortcut</string> + <!-- Title of dialog when user is selecting an application to add to homescreen --> + <string name="title_select_application">Select application</string> <!-- Title of dialog when user is selecting live folder to add to homescreen --> <string name="title_select_live_folder">Select folder</string> |