diff options
author | cretin45 <cretin45@gmail.com> | 2015-01-22 14:45:14 -0800 |
---|---|---|
committer | cretin45 <cretin45@gmail.com> | 2015-01-22 14:45:14 -0800 |
commit | 8b4ab4c6f4f314a299306f5257a57d1a57adaa9c (patch) | |
tree | fc5aa77f92b9a77f71bca801e22c2410bd1e0c6d /res/values | |
parent | 8913799a9757c426fac6a8bbddc55eded0c3af4f (diff) | |
download | packages_apps_SetupWizard-8b4ab4c6f4f314a299306f5257a57d1a57adaa9c.zip packages_apps_SetupWizard-8b4ab4c6f4f314a299306f5257a57d1a57adaa9c.tar.gz packages_apps_SetupWizard-8b4ab4c6f4f314a299306f5257a57d1a57adaa9c.tar.bz2 |
SetupWizard: Updated sim missing string
Change-Id: I8d66e1ff00c605f2fb86ed41f4ed54231b286512
Diffstat (limited to 'res/values')
-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 06b0cc9..70767bf 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -45,7 +45,7 @@ <string name="setup_current_date">Current date</string> <string name="setup_current_time">Current time</string> - <string name="sim_missing_summary">A SIM card has not been detected in your device. Please insert a valid SIM card.</string> + <string name="sim_missing_summary">A SIM card has not been detected in your device. To insert a SIM card, read the instructions that came with your device.</string> <string name="choose_data_sim_summary">Which SIM do you want to use for data? The selected SIM may incur network charges as it will be used to set up your device.</string> <string name="date_time_summary">Set your time zone and adjust current date and time if needed</string> |