summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mehdi Alizadeh <mett@google.com> 2018-03-05 17:50:36 -0800
committer Mehdi Alizadeh <mett@google.com> 2018-03-06 19:10:49 +0000
commit398f6caa6ba3254f462fa039e020d7f6c7722df6 (patch)
tree55c6ec7c5dff1f72114994737a72ede27742df4e
parent67ccb4f5c49b0a05b536a78ec66ea986ad43c26c (diff)
Change action label to be sentence case in ONN
Changes action label in Open network notification from "All Networks" to "All networks" to make it sentence case. Bug: 72693961 Test: check ONN notification text manually on device Change-Id: I132fd3c4eb8cdb651775a3fb91ad0e79edd1aef5
-rw-r--r--core/res/res/values/strings.xml2
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>