diff options
author | Oscar Shu <xshu@google.com> | 2020-03-03 17:43:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-03 17:43:57 +0000 |
commit | e194bea0c7191a6df4edd17bf91d1948c1fbe687 (patch) | |
tree | 6fcef8322c2c06589efdea04d6cf1d310cf17191 | |
parent | f2ddd56ab60367242c9984360fcd885f4c372596 (diff) | |
parent | 16475488a22b2a8d6457252cf2d069d231ac7eae (diff) |
Merge "String change for ConnectionFailureNotifier" into rvc-dev
-rw-r--r-- | service/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/res/values/strings.xml b/service/res/values/strings.xml index 610f38b8a..4bf0a1b69 100644 --- a/service/res/values/strings.xml +++ b/service/res/values/strings.xml @@ -103,10 +103,10 @@ <string name="wifi_cannot_connect_with_randomized_mac_title">Can\'t connect to <xliff:g id="ssid">%1$s</xliff:g></string> <string name="wifi_cannot_connect_with_randomized_mac_message">Tap to change privacy settings and retry</string> <string name="wifi_disable_mac_randomization_dialog_title">Change privacy setting?</string> - <string name="wifi_disable_mac_randomization_dialog_message"><xliff:g id="ssid">%1$s</xliff:g> may want to connect using your device MAC address, a unique identifier. This may allow your device\'s location to be tracked by nearby devices. - \n\nIf you continue, <xliff:g id="ssid">%1$s</xliff:g> will change your privacy setting and try to connect again.</string> + <string name="wifi_disable_mac_randomization_dialog_message"> To connect, <xliff:g id="ssid">%1$s</xliff:g> needs to use your device MAC address, a unique identifier. Currently, your privacy setting for this network uses a randomized identifier. + \n\nThis change may allow your device\'s location to be tracked by nearby devices. </string> <string name="wifi_disable_mac_randomization_dialog_confirm_text">Change setting</string> - <string name="wifi_disable_mac_randomization_dialog_success">Setting updated. Try Connecting again.</string> + <string name="wifi_disable_mac_randomization_dialog_success">Setting updated. Try connecting again.</string> <string name="wifi_disable_mac_randomization_dialog_failure">Can\'t change privacy setting</string> <string name="wifi_disable_mac_randomization_dialog_network_not_found">Network not found</string> <!-- End of string constants used to inform the user that the current network may be failing to connect due to not supporting randomized MAC--> |