diff options
| author | 2019-12-10 15:24:17 -0800 | |
|---|---|---|
| committer | 2019-12-10 15:27:03 -0800 | |
| commit | 122eaaa2548ca6f1acb2b02d6082a53e23f3cf0b (patch) | |
| tree | da0fb31fdbd4f0eddb29cdf33e5fd14ade9e720c | |
| parent | aabbd3c87329441edf4c5ee55f1d1d32f487fe83 (diff) | |
mac randomization notification fix typo
Makes the "c" in "connecting" lowercase.
Bug: 144172117
Test: compiles
Change-Id: Ib4514d36fc2244f0f04f97f3f67c455089e975b2
Merged-In: Ide9708c87c2a9b3c943744decff639ad1dfde985
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index ab954555f2b9..59f82d44bf46 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3374,7 +3374,7 @@ <!-- Text of the button that will disable MAC randomization for the network when tapped. [CHAR_LIMIT=NONE]--> <string name="wifi_disable_mac_randomization_dialog_confirm_text">Change setting</string> <!-- Toast message which shows up after MAC randomization for the network is disabled. [CHAR_LIMIT=NONE]--> - <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> <!-- Toast message which shows up if the operation failed. [CHAR_LIMIT=NONE]--> <string name="wifi_disable_mac_randomization_dialog_failure">Can\u2019t change privacy setting</string> <!-- Toast message which shows up if the network no longer exists on the device. [CHAR_LIMIT=NONE]--> |