diff options
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ae2c68017..aa79d842e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -209,6 +209,10 @@ for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> <string name="invalidContactMessage">The contact doesn\'t exist.</string> + <!-- When picking a contact from a list of all contacts there is an entry at the top of the + list that allows the user to create a new contact, which this string is used for --> + <string name="pickerNewContactHeader">Create new contact</string> + <!-- Text for a "create new contact" button on the bottom of the contact picker screen. The text will be all capitalized. [CHAR LIMIT=30] --> |