summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-07-15 11:58:56 -0700
committerAndrew Lee <anwlee@google.com>2014-07-15 11:58:56 -0700
commit8f2369f4426041e8d0deb8d7e19d2232e8d2f506 (patch)
tree9e1db7b9c92385e329e3c87d142bed91f91a4eef /InCallUI
parenta39948564946dabae36a7201eb5c28d8941b96c3 (diff)
Changing string from "Video call" to "Video".
Bug: 16013878 Change-Id: I8ed9b8552ef73319f209b55f31aaa2469d711630
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index 1d3bda664..3c1030225 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -203,7 +203,7 @@
<string name="notification_action_end_call">Hang up</string>
<!-- Label for "Video Call" notification action. This is a displayed on the notification for an
incoming video call, and answers the call as a video call. [CHAR LIMIT=40] -->
- <string name="notification_action_answer_video">Video call</string>
+ <string name="notification_action_answer_video">Video</string>
<!-- Label for "Voice" notification action. This is a displayed on the notification for an
incoming video call, and answers the call as an audio call. [CHAR LIMIT=40] -->
<string name="notification_action_answer_voice">Voice</string>