summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-04 14:50:43 -0700
committerAndrew Lee <anwlee@google.com>2015-06-04 14:50:43 -0700
commita40f02aef973fbfd144011ac310df34ee1ddf858 (patch)
treeaae15a5dae315ebce5d987ecd8c254f22741b2e2 /InCallUI
parent4296169fd1beb3c8e85f6253d1db57684aca9c52 (diff)
Lower char limits even lower. =(
Notification actions have very little space on small devices... Bug: 21553870 Change-Id: I1ffa4384996f4f69f65f5dfff650906db65a2234
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index 4f73d7fa4..b967306e2 100644
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -200,11 +200,11 @@
<!-- 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=18] -->
+ [CHAR LIMIT=12] -->
<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=18] -->
+ [CHAR LIMIT=12] -->
<string name="notification_missedCall_message">Message</string>
<!-- In-call screen: call failure message displayed in an error dialog -->