diff options
author | Michael Jurka <mikejurka@google.com> | 2010-12-16 11:37:16 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-12-16 11:37:16 -0800 |
commit | 59cabaf70810b2edfe28b72e08cf70f27353c148 (patch) | |
tree | df6a8f9ca901bdb6f5fe0a8842428c0c81ba9b8b /res | |
parent | 95b381c9f3b10edac48e87f8fa66187bae63289b (diff) | |
parent | ee53f7b418d5aeb94dbf0e79cd83c285e39993dd (diff) | |
download | packages_apps_trebuchet-59cabaf70810b2edfe28b72e08cf70f27353c148.zip packages_apps_trebuchet-59cabaf70810b2edfe28b72e08cf70f27353c148.tar.gz packages_apps_trebuchet-59cabaf70810b2edfe28b72e08cf70f27353c148.tar.bz2 |
Merge "Removing "phone" from the only string that used it"
Diffstat (limited to 'res')
-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 --> |