summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2009-09-20 14:25:46 -0700
committerSuchi Amalapurapu <asuchitra@google.com>2009-09-20 15:11:44 -0700
commitfe4a2bc43f45b14db62c67d7c2531a3d7f1b8590 (patch)
tree9b4421cb6d99723b89ff5fba21fdd05562f85d67 /res/values
parent8cd8b0b7edca98b84c5a1f6223ac0b343eb26e8d (diff)
downloadpackages_apps_settings-fe4a2bc43f45b14db62c67d7c2531a3d7f1b8590.zip
packages_apps_settings-fe4a2bc43f45b14db62c67d7c2531a3d7f1b8590.tar.gz
packages_apps_settings-fe4a2bc43f45b14db62c67d7c2531a3d7f1b8590.tar.bz2
Change default filter to third party when launched via settings and all apps when launched via
low storage. Update string name. fix padding for Force Stop button Change message when clearing application data.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6cdbc33..c9ffa5e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1371,7 +1371,7 @@
<string name="filter_apps_all">All</string>
<!-- Text for filter option in ManageApps screen to display third party
applications only -->
- <string name="filter_apps_third_party">Third-party</string>
+ <string name="filter_apps_third_party">Downloaded</string>
<!-- Text for filter option in ManageApps screen to display list of running
packages only. -->
<string name="filter_apps_running">Running</string>
@@ -1381,7 +1381,7 @@
<!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
<string name="clear_data_dlg_title">Delete</string>
<!-- Manage applications, individual application screen, confirmation dialog message. Displays when user selects to "Clear data". It warns the user of the consequences of clearing the data for an app. -->
- <string name="clear_data_dlg_text">All information you\'ve saved in this application will be deleted permanently.</string>
+ <string name="clear_data_dlg_text">All of this application\'s data will be deleted permanently. This includes all files, settings, accounts, databases and so on.</string>
<!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
<string name="dlg_ok">OK</string>
<!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->