summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-19 16:01:02 -0700
committerYorke Lee <yorkelee@google.com>2013-07-19 16:01:02 -0700
commit0489004891740e48407fee1ec152f17f9ebe5c58 (patch)
treeed2f61c8e2e40e574bdfdf0bf272f1f146e4e9d7
parent7025bfa554aabaf1824c208481eea4963bc4c425 (diff)
Update string character limits for translations
Bug 9917864 Change-Id: I82f399f28d41f99587bff6b3a3436f443b98b68b
-rw-r--r--res/values/strings.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9be7481b9..0915fa1c4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -516,17 +516,13 @@
<string name="dialer_hint_find_contact">Type a name or phone</string>
<!-- Title for the call log tab containing the list of all voicemails and calls
- [CHAR LIMIT=10] -->
+ [CHAR LIMIT=15] -->
<string name="call_log_all_title">All</string>
<!-- Title for the call log tab containing the list of all missed calls only
- [CHAR LIMIT=10] -->
+ [CHAR LIMIT=15] -->
<string name="call_log_missed_title">Missed</string>
- <!-- Title for the call log tab containing the list of all voicemails only
- [CHAR LIMIT=10] -->
- <string name="call_log_voicemail_title">Voicemail</string>
-
<!-- Text displayed when the list of missed calls is empty -->
<string name="recentMissed_empty">No recent missed calls.</string>