diff options
author | Winson Chung <winsonc@google.com> | 2010-10-06 17:09:10 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-06 17:09:10 -0700 |
commit | 7ed39f3362e4701101967339b1be41b365712d1c (patch) | |
tree | 5f8950a0a7386b42f72a8cd07c9ac347c10847a3 /res/values | |
parent | b2f988d15cd68e08af86c12cd1f0141b1e02b817 (diff) | |
parent | 6a5f4d8526944ad4189072543ec4cc3f6d638b6f (diff) | |
download | packages_apps_trebuchet-7ed39f3362e4701101967339b1be41b365712d1c.zip packages_apps_trebuchet-7ed39f3362e4701101967339b1be41b365712d1c.tar.gz packages_apps_trebuchet-7ed39f3362e4701101967339b1be41b365712d1c.tar.bz2 |
am 6a5f4d85: Merge "Adding more specific title for pick-application dialog." into gingerbread
Merge commit '6a5f4d8526944ad4189072543ec4cc3f6d638b6f'
* commit '6a5f4d8526944ad4189072543ec4cc3f6d638b6f':
Adding more specific title for pick-application dialog.
Diffstat (limited to 'res/values')
-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 59fdfd3..bcb7e9a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -115,6 +115,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> |