diff options
author | Amith Yamasani <yamasani@google.com> | 2012-05-31 15:27:19 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-31 15:27:19 -0700 |
commit | 040029af27276317a009440ec93872e134c98216 (patch) | |
tree | b88027c6dfa367509bcfb62f93664de5b50cfe77 | |
parent | c26c2f22042b676539f664002ec51ce78d276b62 (diff) | |
parent | 8f98771c5cd9d967620588f9ebf9d0e63ed08892 (diff) | |
download | packages_apps_settings-040029af27276317a009440ec93872e134c98216.zip packages_apps_settings-040029af27276317a009440ec93872e134c98216.tar.gz packages_apps_settings-040029af27276317a009440ec93872e134c98216.tar.bz2 |
Merge "Reword the summary text for Unknown sources in Security Settings" into jb-dev
-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 000d986..e83b8fc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2340,7 +2340,7 @@ <!-- Applications settings screen, setting check box title. If checked, the system allows installation of applications that are downloaded from random places, such as web sites. --> <string name="install_applications">Unknown sources</string> <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox --> - <string name="install_unknown_applications">Allow installation of non-Market apps</string> + <string name="install_unknown_applications">Allow installation of apps from unknown sources</string> <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box --> <string name="install_all_warning" product="tablet">Your tablet and personal data are more vulnerable to attack by apps from unknown sources. You agree that you are solely responsible for any |