diff options
author | Andrew Lee <anwlee@google.com> | 2015-03-11 18:06:50 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-03-11 18:06:50 +0000 |
commit | c8449402b2ed0a0b4120c00923f445926bea30f2 (patch) | |
tree | 12fe2334298b46fd12749f3e5401e2cae730cf88 | |
parent | 9dac1a70b4e201c03b0c207aa4c5e88fd37e340b (diff) | |
parent | f5c7142be9321d861605e945fb7d74cf6b761ef4 (diff) |
Correct capitaliztion of "wi-fi" to "Wi-Fi".
automerge: 5f2de0f
* commit '5f2de0f118c1b40ebbd4329c66722f907c396163':
Correct capitaliztion of "wi-fi" to "Wi-Fi".
-rw-r--r-- | InCallUI/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml index 45851f950..944eff6fc 100644 --- a/InCallUI/res/values/strings.xml +++ b/InCallUI/res/values/strings.xml @@ -144,15 +144,15 @@ <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] --> <string name="notification_ongoing_call">Ongoing call</string> <!-- The "label" of the in-call Notification for an ongoing call, which is being made over - wi-fi. [CHAR LIMIT=60] --> - <string name="notification_ongoing_call_wifi">Ongoing wi-fi call</string> + Wi-Fi. [CHAR LIMIT=60] --> + <string name="notification_ongoing_call_wifi">Ongoing Wi-Fi call</string> <!-- The "label" of the in-call Notification for a call that's on hold --> <string name="notification_on_hold">On hold</string> <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] --> <string name="notification_incoming_call">Incoming call</string> <!-- The "label" of the in-call Notification for an incoming ringing call, - which is being made over wi-fi. [CHAR LIMIT=60] --> - <string name="notification_incoming_call_wifi">Incoming wi-fi call</string> + which is being made over Wi-Fi. [CHAR LIMIT=60] --> + <string name="notification_incoming_call_wifi">Incoming Wi-Fi call</string> <!-- The "label" of the in-call Notification for an incoming ringing video call. --> <string name="notification_incoming_video_call">Incoming video call</string> <!-- The "label" of the in-call Notification for upgrading an existing call to a video call. --> |