diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2015-06-10 15:16:36 +0900 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2015-06-10 23:38:09 +0900 |
commit | dcc61554263e91c80b27ab64a9bc80302fda096f (patch) | |
tree | 1e180765b52271275b35d0e0385e26791ef111ba /res | |
parent | 1276b21317d0f86bbd3f59b14d9c0c745cecfa56 (diff) | |
download | packages_apps_Settings-dcc61554263e91c80b27ab64a9bc80302fda096f.zip packages_apps_Settings-dcc61554263e91c80b27ab64a9bc80302fda096f.tar.gz packages_apps_Settings-dcc61554263e91c80b27ab64a9bc80302fda096f.tar.bz2 |
Reword "no internet access" dialog to conform with mocks.
Bug: 20081183
Bug: 20739299
Change-Id: I63e58dafcba879c56669766f652729a73ef722e2
Diffstat (limited to 'res')
-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 967e52f..bde0a9f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1588,7 +1588,7 @@ <string name="wifi_hotspot_connect">CONNECT</string> <!-- Dialog text to tell the user that the selected network does not have Internet access. --> - <string name="no_internet_access_text">This network has no Internet access. Use this network anyway?</string> + <string name="no_internet_access_text">This network has no Internet access. Stay connected?</string> <string name="no_internet_access_remember">Don\u2019t ask again for this network</string> <!-- Button label to connect to a Wi-Fi network --> |