summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Alizadeh <mett@google.com>2018-03-20 16:51:26 -0700
committerMehdi Alizadeh <mett@google.com>2018-03-22 23:14:12 +0000
commit32a7c19c5b28623ebc54bedfa06aae5a2929060c (patch)
treefb6ea7ee9333fda346dadc1201cdf7e224e6d9d0
parent2449819b6917a3e66fbf5bba35bfb153b9567e05 (diff)
Changes ONN notification texts to re-use with CNN
Changes the notification text for Open Network Notifier generic, to be able to use the same notifications for both ONN and CNN. Also updates some comments. Bug: 76031490 Test: manual test to see the notification and verify the text Change-Id: Idd921703ab99ded8dc67a31c3409ef8046ff8887
-rw-r--r--core/res/res/values/strings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index ba85f700534b..1370af4fdc57 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3085,13 +3085,13 @@
<string name="wifi_available_title">Connect to open Wi\u2011Fi network</string>
<!-- Notification title for a nearby carrier wireless network.-->
<string name="wifi_available_carrier_network_title">Connect to carrier Wi\u2011Fi network</string>
- <!-- Notification title when the system is connecting to the specified open network. The network name is specified in the notification content. -->
- <string name="wifi_available_title_connecting">Connecting to open Wi\u2011Fi network</string>
- <!-- Notification title when the system has connected to the open network. The network name is specified in the notification content. -->
+ <!-- Notification title when the system is connecting to the specified network. The network name is specified in the notification content. -->
+ <string name="wifi_available_title_connecting">Connecting to Wi\u2011Fi network</string>
+ <!-- Notification title when the system has connected to the network. The network name is specified in the notification content. -->
<string name="wifi_available_title_connected">Connected to Wi\u2011Fi network</string>
- <!-- Notification title when the system failed to connect to the specified open network. -->
+ <!-- Notification title when the system failed to connect to the specified network. -->
<string name="wifi_available_title_failed_to_connect">Could not connect to Wi\u2011Fi network</string>
- <!-- Notification content when the system failed to connect to the specified open network. This informs the user that tapping on this notification will open the wifi picker. -->
+ <!-- Notification content when the system failed to connect to the specified network. This informs the user that tapping on this notification will open the wifi picker. -->
<string name="wifi_available_content_failed_to_connect">Tap to see all networks</string>
<!-- Notification action name for connecting to the network specified in the notification body. -->
<string name="wifi_available_action_connect">Connect</string>