diff options
author | Amith Yamasani <yamasani@google.com> | 2013-04-24 21:52:50 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-24 21:52:50 +0000 |
commit | cc841829d00f7f42dc3b7e8d9bac365f7d9c2798 (patch) | |
tree | 013072b717a8b6f6471024957eeacb5c3a419b82 /core/res | |
parent | 49906f17059afcd862ef8bc3b456a6ffef5ef40e (diff) | |
parent | 73b39899acb4e388285c5e0e4536dd5863b9a319 (diff) | |
download | frameworks_base-cc841829d00f7f42dc3b7e8d9bac365f7d9c2798.zip frameworks_base-cc841829d00f7f42dc3b7e8d9bac365f7d9c2798.tar.gz frameworks_base-cc841829d00f7f42dc3b7e8d9bac365f7d9c2798.tar.bz2 |
Merge "Rename limited user to restricted profile" into jb-mr2-dev
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index db9602a..f13ba79 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4101,7 +4101,7 @@ <!-- Error message title [CHAR LIMIT=35] --> <string name="error_message_title">Error</string> <!-- Message informing user that app is not permitted to access accounts. [CHAR LIMIT=none] --> - <string name="app_no_restricted_accounts">This application does not support accounts for limited users</string> + <string name="app_no_restricted_accounts">This application does not support accounts for restricted profiles</string> <!-- Message informing user that the requested activity could not be found [CHAR LIMIT=none] --> <string name="app_not_found">No application found to handle this action</string> <string name="revoke">Revoke</string> |