diff options
Diffstat (limited to 'InCallUI')
-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> |