Add CHAR LIMIT to group titles
Bug:3147946
Change-Id: Ib2d783eb34d7ba42a239d00f01428204e44a275a
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5ae2cf1..aa1c91b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -196,7 +196,7 @@
<!-- The title of the activity that creates a new contact -->
<string name="editContact_title_insert">New contact</string>
- <!-- The label describing the phonetic pronunciation/reading of a contact name -->
+ <!-- The label describing the phonetic pronunciation/reading of a contact name [CHAR LIMIT=20] -->
<string name="label_phonetic_name">Phonetic</string>
<!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
@@ -228,21 +228,21 @@
list that allows the user to create a new contact, which this string is used for -->
<string name="pickerNewContactHeader">Create new contact</string>
- <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
+ <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact [CHAR LIMIT=20] -->
<string name="phoneLabelsGroup">Phone</string>
- <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
+ <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact [CHAR LIMIT=20] -->
<string name="emailLabelsGroup">Email</string>
- <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
+ <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact [CHAR LIMIT=20] -->
<string name="imLabelsGroup">IM</string>
- <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
+ <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact [CHAR LIMIT=20] -->
<string name="postalLabelsGroup">Address</string>
<!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
<skip/>
- <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
+ <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] -->
<string-array name="otherLabels">
<!-- An organization associated with a contact -->
<item>Organization</item>
@@ -933,19 +933,19 @@
<!-- Toast indicating that sharing a contact has failed. -->
<string name="share_error">This contact cannot be shared.</string>
- <!-- Header that expands to list all name types when editing a structured name of a contact -->
+ <!-- Header that expands to list all name types when editing a structured name of a contact [CHAR LIMIT=20] -->
<string name="nameLabelsGroup">Name</string>
- <!-- Header that expands to list all nickname types when editing a nickname of a contact -->
+ <!-- Header that expands to list all nickname types when editing a nickname of a contact [CHAR LIMIT=20] -->
<string name="nicknameLabelsGroup">Nickname</string>
- <!-- Header that expands to list all organization types when editing an organization of a contact -->
+ <!-- Header that expands to list all organization types when editing an organization of a contact [CHAR LIMIT=20] -->
<string name="organizationLabelsGroup">Organization</string>
- <!-- Header that expands to list all website types when editing a website of a contact -->
+ <!-- Header that expands to list all website types when editing a website of a contact [CHAR LIMIT=20] -->
<string name="websiteLabelsGroup">Website</string>
- <!-- Header that expands to list all event types when editing an event of a contact -->
+ <!-- Header that expands to list all event types when editing an event of a contact [CHAR LIMIT=20] -->
<string name="eventLabelsGroup">Event</string>
- <!-- Header for the list of all relationships for a contact [CHAR LIMIT=15] -->
+ <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
<string name="relationLabelsGroup">Relationship</string>
- <!-- Header for the list of all groups for a contact -->
+ <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
<string name="groupsLabel">Groups</string>
<!-- Single-character overlay for home phone numbers when creating desktop shortcuts -->