diff options
author | Michael Jurka <mikejurka@google.com> | 2010-12-15 20:40:57 -0800 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-12-15 20:40:57 -0800 |
commit | ee53f7b418d5aeb94dbf0e79cd83c285e39993dd (patch) | |
tree | 69971ab535d4d3b8f5d8715edc139ba2bb1ade1a /res/values/strings.xml | |
parent | 760e5375f003accf04f789e90a919ed476d4c335 (diff) | |
download | packages_apps_trebuchet-ee53f7b418d5aeb94dbf0e79cd83c285e39993dd.zip packages_apps_trebuchet-ee53f7b418d5aeb94dbf0e79cd83c285e39993dd.tar.gz packages_apps_trebuchet-ee53f7b418d5aeb94dbf0e79cd83c285e39993dd.tar.bz2 |
Removing "phone" from the only string that used it
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a8a9969..4879052 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -40,7 +40,7 @@ <!-- Option in "Select wallpaper from" dialog box --> <string name="pick_wallpaper">Wallpapers</string> <!-- Displayed when user selects a shortcut for an app that was uninstalled --> - <string name="activity_not_found">Application is not installed on your phone.</string> + <string name="activity_not_found">Application is not installed.</string> <!-- List item for configuring the current wallpaper --> <string name="configure_wallpaper">Configure...</string> <!-- Labels for the tabs in the customize drawer --> |