summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-07-31 13:29:42 -0700
committerAmith Yamasani <yamasani@google.com>2014-07-31 13:29:42 -0700
commit9bfdeab9489a59a524589edbc2354b0e99ebc9db (patch)
treec064860f3e2ff735ef204b995c4b01821b89e755
parentd94e78b4b2434259abb72563ee431b8312210ce0 (diff)
downloadpackages_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.xml2
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] -->