diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-09-25 16:11:16 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2012-09-25 16:11:19 -0700 |
commit | 263f7442374f30038b7c6cf712efee6720af4148 (patch) | |
tree | 9a874bb90b5dcd3db8a16a9f360d43e947c8a9f7 /res/values | |
parent | 8bea3c3fb8b3ecbb33fbd5b159faaa7d229e7cf1 (diff) | |
download | packages_apps_Settings-263f7442374f30038b7c6cf712efee6720af4148.zip packages_apps_Settings-263f7442374f30038b7c6cf712efee6720af4148.tar.gz packages_apps_Settings-263f7442374f30038b7c6cf712efee6720af4148.tar.bz2 |
Show long message for a new user only once.
1. We show a longer message only for the first added user. The
longer message will be shown until the user has been created,
which is until the creator pokes the OK button in the create
new user dialog.
bug:7210780
Change-Id: Ifed4899048a8369f41f145af204a1e4e860f9b4c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c315d94..d6ca03a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4266,8 +4266,10 @@ <string name="user_nickname">Nickname</string> <!-- Title for add user confirmation dialog [CHAR LIMIT=30] --> <string name="user_add_user_title">Add new user</string> - <!-- Message for add user confirmation dialog [CHAR LIMIT=none] --> - <string name="user_add_user_message">Each user you add can go to their own space from the lock screen and perform most routine tasks such as installing, updating, or uninstalling apps. After you create a new user, that person needs to go through a setup process.</string> + <!-- Message for add user confirmation dialog - long version. [CHAR LIMIT=none] --> + <string name="user_add_user_message_long">You can share this device with other people by creating additional users. Each user has their own space, which they can customize with their own apps, wallpaper, and so on. Users can also adjust tablet settings like Wi-Fi that affect everyone.\n\nAfter you create a new user, that person needs to go through a setup process.\n\nAny user can accept updated app permissions on behalf of all other users.</string> + <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] --> + <string name="user_add_user_message_short">After you create a new user, that person needs to go through a setup process.\n\nAny user can accept updated app permissions on behalf of all other users.</string> <!-- Title of dialog to setup a new user [CHAR LIMIT=30] --> <string name="user_setup_dialog_title">Set up user now?</string> <!-- Message in dialog to setup a new user after creation [CHAR LIMIT=none] --> |