diff options
author | Jason Monk <jmonk@google.com> | 2015-06-22 14:55:11 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-22 14:55:14 +0000 |
commit | b4b590d13f4ddd2ae5ffd099eb93ad8fa647ec57 (patch) | |
tree | 77cddaba928a4cb2aeaefe456679914752f425f7 /res/values | |
parent | 5a6d17c8cdb099b8533fb4c12c23d31da4bafe41 (diff) | |
parent | 53a5d7ff2ce3ab446f4ad046e6703ed2caa18fa4 (diff) | |
download | packages_apps_Settings-b4b590d13f4ddd2ae5ffd099eb93ad8fa647ec57.zip packages_apps_Settings-b4b590d13f4ddd2ae5ffd099eb93ad8fa647ec57.tar.gz packages_apps_Settings-b4b590d13f4ddd2ae5ffd099eb93ad8fa647ec57.tar.bz2 |
Merge "Update disable dialog" into mnc-dev
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index dfde64d..120c701 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3243,14 +3243,14 @@ <string name="app_install_location_summary">Change the preferred installation location for new apps</string> <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling apps --> <string name="app_disable_dlg_title">Disable built-in app?</string> + <!-- [CHAR LIMIT=30] Manage applications, label for option to disable app --> + <string name="app_disable_dlg_positive">Disable app</string> <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps --> - <string name="app_disable_dlg_text">If you disable a built-in app, other apps - may misbehave.</string> + <string name="app_disable_dlg_text">If you disable this app, other apps may no longer function as intended.</string> <!-- [CHAR LIMIT=NONE] Manage applications, title for dialog when disabling updated apps --> <string name="app_special_disable_dlg_title">Delete data and disable app?</string> <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling update apps --> - <string name="app_special_disable_dlg_text">If you disable a built-in app, other apps - may misbehave. Your data will also be deleted.</string> + <string name="app_special_disable_dlg_text">If you disable this app, other apps may no longer function as intended. Your data will also be deleted.</string> <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling notifications for an app --> <string name="app_disable_notifications_dlg_title">Turn off notifications?</string> <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling notifications for an app --> |