diff options
author | Nicolas Prevot <nprevot@google.com> | 2015-06-08 13:07:22 -0700 |
---|---|---|
committer | Nicolas Prevot <nprevot@google.com> | 2015-06-17 12:44:32 -0700 |
commit | e973baeba3a484afafd2f3e40969c93d95aa84e4 (patch) | |
tree | d356f096946c6bda4bf2d473e6456ffc1100251f /core | |
parent | 6138a43ca9b312014bc9f57c1802180dc88188b2 (diff) | |
download | frameworks_base-e973baeba3a484afafd2f3e40969c93d95aa84e4.zip frameworks_base-e973baeba3a484afafd2f3e40969c93d95aa84e4.tar.gz frameworks_base-e973baeba3a484afafd2f3e40969c93d95aa84e4.tar.bz2 |
In intent picker dialog, change "personal apps" to "personal".
Also setting a maximum length for the translations.
For some languages, the translation of "personal apps" took
too much space.
"Personal" is also more consistent with the string "work", used
for personal -> work.
BUG: 20481950
Change-Id: I595072d7ff267f1a110a43bb708bf48840ea750f
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 2908cc5..2d63571 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -537,10 +537,10 @@ <!-- Label for the Android system components when they are shown to the user. --> <string name="android_system_label">Android System</string> - <!-- Label for the user owner in the intent forwarding app. --> - <string name="user_owner_label">Personal apps</string> + <!-- Label for the user owner in the intent forwarding app. [CHAR LIMIT=15] --> + <string name="user_owner_label">Personal</string> - <!-- Label for a corporate profile in the intent forwarding app. --> + <!-- Label for a corporate profile in the intent forwarding app. [CHAR LIMIT=15] --> <string name="managed_profile_label">Work</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> |