summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrich cannings <richc@google.com>2012-09-14 14:35:18 -0700
committerrich cannings <richc@google.com>2012-09-14 14:35:18 -0700
commitb2f4efb7a8bacabecaa886cb6b561019630871d9 (patch)
tree4b4d9bccf6b0b8e8db352812d95414441582b5fc
parentbc7f678cc9334ef9d45a220fd0ef2db9c31019dc (diff)
downloadpackages_apps_settings-b2f4efb7a8bacabecaa886cb6b561019630871d9.zip
packages_apps_settings-b2f4efb7a8bacabecaa886cb6b561019630871d9.tar.gz
packages_apps_settings-b2f4efb7a8bacabecaa886cb6b561019630871d9.tar.bz2
Correct strings for Plaform Anti-malware
Set strings to: Verify apps Disallow or warn before installation of apps that may cause harm Bug: 7168682 Change-Id: Ic0102dd82ec26dd7239eaeaa7daa2b2f47fd6365
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f22013e..b44952b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2395,7 +2395,7 @@
damage to your phone or loss of data that may result from using
these apps.</string>
<!-- 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">App check</string>
+ <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>
<!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->