diff options
| author | 2018-03-06 19:31:46 +0000 | |
|---|---|---|
| committer | 2018-03-06 19:31:46 +0000 | |
| commit | 1dcba934f144f723897611b6021034d7d4837f53 (patch) | |
| tree | 2c2935af9935088cb9b0e6a37e925a570ef2e0af | |
| parent | 520287ea44148bbecada8a97c760f74a15d6dfe2 (diff) | |
| parent | 398f6caa6ba3254f462fa039e020d7f6c7722df6 (diff) | |
Change action label to be sentence case in ONN
am: 398f6caa6b
Change-Id: Ib4a921243192f33eb2f2ff17d7d4fb89a7fef047
| -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 d59ba1822f47..2fcf18820b31 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3077,7 +3077,7 @@ <!-- Notification action name for connecting to the network specified in the notification body. --> <string name="wifi_available_action_connect">Connect</string> <!-- Notification action name for opening the wifi picker, showing the user all the nearby networks. --> - <string name="wifi_available_action_all_networks">All Networks</string> + <string name="wifi_available_action_all_networks">All networks</string> <!--Notification title for Wi-Fi Wake onboarding. This is displayed the first time a user disables Wi-Fi with the feature enabled. --> <string name="wifi_wakeup_onboarding_title">Wi\u2011Fi will turn on automatically</string> |