Loading res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading src/com/android/settings/wifi/WifiNoInternetDialog.java +2 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,8 @@ public final class WifiNoInternetDialog extends AlertActivity implements final AlertController.AlertParams ap = mAlertParams; ap.mTitle = mNetworkName; ap.mMessage = getString(R.string.no_internet_access_text); ap.mPositiveButtonText = getString(android.R.string.ok); ap.mNegativeButtonText = getString(android.R.string.cancel); ap.mPositiveButtonText = getString(R.string.yes); ap.mNegativeButtonText = getString(R.string.no); ap.mPositiveButtonListener = this; ap.mNegativeButtonListener = this; Loading Loading
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading
src/com/android/settings/wifi/WifiNoInternetDialog.java +2 −2 Original line number Diff line number Diff line Loading @@ -112,8 +112,8 @@ public final class WifiNoInternetDialog extends AlertActivity implements final AlertController.AlertParams ap = mAlertParams; ap.mTitle = mNetworkName; ap.mMessage = getString(R.string.no_internet_access_text); ap.mPositiveButtonText = getString(android.R.string.ok); ap.mNegativeButtonText = getString(android.R.string.cancel); ap.mPositiveButtonText = getString(R.string.yes); ap.mNegativeButtonText = getString(R.string.no); ap.mPositiveButtonListener = this; ap.mNegativeButtonListener = this; Loading