Fix unintended modification of the NO_INTERNET dialog. am: 4753ad5902

am: 10646478f1

Change-Id: I06f91c28fcce1bf737f1d11feecd95f681de8958
This commit is contained in:
Lorenzo Colitti
2016-09-15 17:29:45 +00:00
committed by android-build-merger

View File

@@ -1745,9 +1745,9 @@
<!-- 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. Stay connected?</string>
<string name="no_internet_access_remember">Don\u2019t ask again</string>
<string name="no_internet_access_remember">Don\u2019t ask again for this network</string>
<!-- Dialog text to tell the user that the selected network has lost Internet access, and asking the usee whether they want to avoid this network. -->
<!-- Dialog text to tell the user that the selected network has lost Internet access, and asking the user whether they want to avoid this network. -->
<string name="lost_internet_access_title">Wi\u2011Fi has no Internet access</string>
<string name="lost_internet_access_text">Your device can automatically switch to other saved Wi\u2011Fi networks or cellular data. Cellular charges may apply.</string>
<string name="lost_internet_access_switch">Switch networks</string>