summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-07-15 20:33:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-15 16:05:04 +0000
commit10a7a7b70665c43850602fb77e97a00cbf768e19 (patch)
tree025652522c14c057b15b10c096acc0fc6e936b37 /InCallUI
parent66eae9b44b2e3258262436dd4dbf9d53aa13a539 (diff)
parent8f2369f4426041e8d0deb8d7e19d2232e8d2f506 (diff)
Merge "Changing string from "Video call" to "Video"." into lmp-dev
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>