summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-05 01:21:02 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-05 01:21:02 +0000
commit99567d899eb9b794fe97bf8ff1961fc191119c9a (patch)
tree5be7156ac74c0e9b659fa93dba4215a11d811963 /res
parent2620516f2d2c0b26d39340b16d9da894014a6c2a (diff)
parentfeddb49ced2eb10328f9f3db52c950668472ffef (diff)
am feddb49c: Merge "Fix shortcut action text length issues." into mnc-dev
* commit 'feddb49ced2eb10328f9f3db52c950668472ffef': Fix shortcut action text length issues.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 21cd8909f..213d340dd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -495,17 +495,17 @@
</string>
<!-- Shortcut item used to add a number directly to a new contact from search.
- [CHAR LIMIT=40] -->
+ [CHAR LIMIT=25] -->
<string name="search_shortcut_create_new_contact">Create new contact</string>
<!-- Shortcut item used to add a number to an existing contact directly from search.
- [CHAR LIMIT=40] -->
- <string name="search_shortcut_add_to_existing_contact">Add to existing contact</string>
+ [CHAR LIMIT=25] -->
+ <string name="search_shortcut_add_to_contact">Add to contact</string>
- <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=40] -->
+ <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
<string name="search_shortcut_send_sms_message">Send SMS</string>
- <!-- Shortcut item used to make a video call directly from search. -->
+ <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
<string name="search_shortcut_make_video_call">Make video call</string>
<!-- Title for the call log list item that brings users to the full call history when clicked -->