diff options
author | Amith Yamasani <yamasani@google.com> | 2014-07-31 13:29:42 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2014-07-31 13:29:42 -0700 |
commit | 9bfdeab9489a59a524589edbc2354b0e99ebc9db (patch) | |
tree | c064860f3e2ff735ef204b995c4b01821b89e755 | |
parent | d94e78b4b2434259abb72563ee431b8312210ce0 (diff) | |
download | packages_apps_Settings-9bfdeab9489a59a524589edbc2354b0e99ebc9db.zip packages_apps_Settings-9bfdeab9489a59a524589edbc2354b0e99ebc9db.tar.gz packages_apps_Settings-9bfdeab9489a59a524589edbc2354b0e99ebc9db.tar.bz2 |
Dialog on phone shouldn't say tablet
Bug: 14607100
Change-Id: I5c3e023b94697f58c61122d530abaed406862201
-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 8fbccba..a05923a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5181,7 +5181,7 @@ <!-- 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] --> - <string name="user_setup_dialog_message">Make sure the person is available to take the tablet and set up their space</string> + <string name="user_setup_dialog_message">Make sure the person is available to take the device and set up their space</string> <!-- Message in dialog to setup a new restricted profile after creation [CHAR LIMIT=none] --> <string name="user_setup_profile_dialog_message">Set up profile now?</string> <!-- Button text to setup the new user now [CHAR LIMIT=25] --> |