diff options
author | Russell Brenner <russellbrenner@google.com> | 2012-10-19 18:55:14 -0700 |
---|---|---|
committer | Russell Brenner <russellbrenner@google.com> | 2012-10-19 18:55:14 -0700 |
commit | 56a166e9e3cac96246bd724ceea96846fc9e41e1 (patch) | |
tree | 85da6cad3da8a9109277ee5cec5a4b0ec3f8597b /res/values | |
parent | d983e1d1a52af2ab85d10f1a15c8387a6b6a3ba9 (diff) | |
download | packages_apps_Settings-56a166e9e3cac96246bd724ceea96846fc9e41e1.zip packages_apps_Settings-56a166e9e3cac96246bd724ceea96846fc9e41e1.tar.gz packages_apps_Settings-56a166e9e3cac96246bd724ceea96846fc9e41e1.tar.bz2 |
Added info about why Wi-Fi is required
Added a new optional textview to wifi settings, informing that wifi
is required during setup. For use on Nakasi 3G.
Bug: 7383934
Change-Id: I231472438e61ccddedc1e680a362f90738d64a2d
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2a60dd1..b39e8b5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -32,7 +32,7 @@ <string name="show_dev_on">You are now a developer!</string> <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> <string name="show_dev_already">No need, you are already a developer.</string> - + <!-- Category headings in left-pane header menu --> <skip /> <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] --> <string name="header_category_wireless_networks">WIRELESS & NETWORKS</string> @@ -1319,6 +1319,8 @@ <string name="wifi_more">More</string> <!-- Wi-Fi settings. wps menu title [CHAR LIMIT=25]--> <string name="wifi_setup_wps">Automatic setup (WPS)</string> + <!-- Message informing that wifi is required during setup [CHAR LIMIT=NONE] --> + <string name="wifi_required_info_text">To complete setup, your tablet needs access to Wi-Fi. After setup, you can switch between mobile data and Wi-Fi.</string> <!-- Dialog for Access Points --> <skip /> <!-- Label to show/hide advanced options --> |