summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJessica Hummel <jhummel@google.com>2014-08-21 11:28:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-21 11:28:24 +0000
commitff2da2cdb332be35bc94e3e66a10d55fe7bb0105 (patch)
tree65c089cdc9268d1275efc7c02b2b99d8b139adb4 /res/values
parentfe3794a9372d643afe8cd6d8e70ec4f9e1b47a48 (diff)
parentfc8cf67df60f18954eb8d95c354eec008bcc7cf3 (diff)
downloadpackages_apps_Settings-ff2da2cdb332be35bc94e3e66a10d55fe7bb0105.zip
packages_apps_Settings-ff2da2cdb332be35bc94e3e66a10d55fe7bb0105.tar.gz
packages_apps_Settings-ff2da2cdb332be35bc94e3e66a10d55fe7bb0105.tar.bz2
Merge "Make string for work profile consistent with provisioning and framework strings." into lmp-dev
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c2799ba..317e6ca 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5180,7 +5180,7 @@
<!-- User settings summary for a restricted profile [CHAR LIMIT=50] -->
<string name="user_summary_restricted_profile">Restricted profile</string>
<!-- User settings summary for a managed profile [CHAR LIMIT=50] -->
- <string name="user_summary_managed_profile">Managed profile</string>
+ <string name="user_summary_managed_profile">Work profile</string>
<!-- User settings warning that restricted profile needs a screen lock [CHAR LIMIT=NONE] -->
<string name="user_need_lock_message">Before you can create a restricted profile, you\'ll need to set up a screen lock to protect your apps and personal data.</string>
<!-- User settings dialog button to set screen lock [CHAR LIMIT=25] -->
@@ -5190,7 +5190,7 @@
<!-- User summary to indicate that restricted profile is currently not set up [CHAR LIMIT=100] -->
<string name="user_summary_restricted_not_set_up">Not set up - Restricted profile</string>
<!-- User summary to indicate that a managed profile is currently not set up [CHAR LIMIT=100] -->
- <string name="user_summary_managed_profile_not_set_up">Not set up - Managed profile</string>
+ <string name="user_summary_managed_profile_not_set_up">Not set up - Work profile</string>
<!-- User information string to represent the owner of the device [CHAR LIMIT=25] -->
<string name="user_owner">Owner</string>
<!-- User settings title for current user entry "You" user. [CHAR LIMIT=30] -->