diff options
author | Andrew Lee <anwlee@google.com> | 2014-07-15 11:58:56 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-07-15 11:58:56 -0700 |
commit | 8f2369f4426041e8d0deb8d7e19d2232e8d2f506 (patch) | |
tree | 9e1db7b9c92385e329e3c87d142bed91f91a4eef | |
parent | a39948564946dabae36a7201eb5c28d8941b96c3 (diff) |
Changing string from "Video call" to "Video".
Bug: 16013878
Change-Id: I8ed9b8552ef73319f209b55f31aaa2469d711630
-rw-r--r-- | InCallUI/res/values/strings.xml | 2 |
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> |