summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-02 17:35:48 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-02 17:35:48 +0000
commitf20c544b499133cbcdc3fc90ecfab3f9b8d52b9b (patch)
treee0679af302929286c72384bf05e2e3451c295e0b
parentc8e44d1804d1e851fb610f56a3fec8e9373e8e0a (diff)
parentc14fbc8ecf96b2399f432c15691206566f921d63 (diff)
am cb09b51a: Lower char limit on notification actions.
* commit 'cb09b51adaa004c4a16b1283141d44a1a912f668': Lower char limit on notification actions.
-rw-r--r--InCallUI/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index c985a8cc7..4f73d7fa4 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -198,13 +198,13 @@
[CHAR LIMIT=12] -->
<string name="notification_action_dismiss">Dismiss</string>
- <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
+ <!-- Message for "call back" Action, which is displayed in the missed call notification.
The user will be able to call back to the person or the phone number.
- [CHAR LIMIT=60] -->
+ [CHAR LIMIT=18] -->
<string name="notification_missedCall_call_back">Call back</string>
<!-- Message for "reply via sms" action, which is displayed in the missed call notification.
The user will be able to send text messages using the phone number.
- [CHAR LIMIT=60] -->
+ [CHAR LIMIT=18] -->
<string name="notification_missedCall_message">Message</string>
<!-- In-call screen: call failure message displayed in an error dialog -->