diff options
author | Jim Miller <jaggies@google.com> | 2010-04-12 17:37:56 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2010-04-12 17:43:41 -0700 |
commit | 91523d601a6569ce9295a5617ca92a24582ff502 (patch) | |
tree | 1c3653b032ad07de660d257b9dd6aeaa072ead5f /res | |
parent | 28e7651f804003ee7843be8aed92fd72854496ee (diff) | |
download | packages_apps_Settings-91523d601a6569ce9295a5617ca92a24582ff502.tar.gz packages_apps_Settings-91523d601a6569ce9295a5617ca92a24582ff502.tar.bz2 packages_apps_Settings-91523d601a6569ce9295a5617ca92a24582ff502.zip |
Fix 2579923: Update language to make consistent with related feature.
Change-Id: I2f07b92d717e4661ec3a2c25775fa90ef62caed3
Diffstat (limited to 'res')
-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 eaa32e2ff..871036b7c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -568,7 +568,7 @@ <string name="unlock_set_unlock_password_summary">Enter a password to unlock screen</string> <!-- Summary for preference that has been disabled by DevicePolicyAdmin --> - <string name="unlock_set_unlock_disabled_summary">Disable by device policy</string> + <string name="unlock_set_unlock_disabled_summary">Disabled by remote phone administrator</string> <!-- Title for option to turn of password/pin/pattern unlock. --> |