diff options
author | rich cannings <richc@google.com> | 2014-02-18 14:00:50 -0800 |
---|---|---|
committer | rich cannings <richc@google.com> | 2014-02-18 14:00:50 -0800 |
commit | 13ae78a5a72afc79004fb906b22d963bc5f89fb6 (patch) | |
tree | d3745920ea7115678e09d60586f3eb4182470554 | |
parent | 86a2556aa79bde5a562b200f17b48f6812163ad5 (diff) | |
download | packages_apps_Settings-13ae78a5a72afc79004fb906b22d963bc5f89fb6.zip packages_apps_Settings-13ae78a5a72afc79004fb906b22d963bc5f89fb6.tar.gz packages_apps_Settings-13ae78a5a72afc79004fb906b22d963bc5f89fb6.tar.bz2 |
Update verify apps summary string
Bug: 12836511
Change-Id: Ibce824bcef3e3c9a3f9ea69ed4b8425663bbdb12
-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 6366cc5..50db816 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2625,7 +2625,7 @@ <!-- Applications settings screen, setting check box title. If checked, the system will send package verification requests to package verifiers on the device who will ultimately allow or reject the installation of applications. [CHAR LIMIT=30] --> <string name="verify_applications">Verify apps</string> <!-- Applications settings screen, setting check box summary. This is the summary for "App Check" checkbox. [CHAR LIMIT=none] --> - <string name="verify_applications_summary">Disallow or warn before installation of apps that may cause harm</string> + <string name="verify_applications_summary">Allow Google to regularly check all apps and disallow or warn about potential harm</string> <!-- Applications settings screen, setting check box title. If checked, applications show more settings options. --> <string name="advanced_settings">Advanced settings</string> <!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox --> |