diff options
author | Walter Jang <wjang@google.com> | 2015-10-27 22:39:05 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-10-27 22:39:05 +0000 |
commit | ee244e5ab360bb1393d00d9b1956f7593dc10f69 (patch) | |
tree | cfae9b4eee3987d43e88febdcd34ebce3576f5d3 /res | |
parent | 1b5079dcf6cbe0bf3d8da0f090323e3be1c61c7b (diff) | |
parent | aefa27190861f8a1e09a5c140a4e2ad935520954 (diff) | |
download | packages_apps_Contacts-ee244e5ab360bb1393d00d9b1956f7593dc10f69.tar.gz packages_apps_Contacts-ee244e5ab360bb1393d00d9b1956f7593dc10f69.tar.bz2 packages_apps_Contacts-ee244e5ab360bb1393d00d9b1956f7593dc10f69.zip |
Merge "Add back menu discard string" into ub-contactsdialer-a-dev
am: aefa271908
* commit 'aefa27190861f8a1e09a5c140a4e2ad935520954':
Add back menu discard string
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 54166726e..c8cc0424d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -208,6 +208,9 @@ <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> <string name="deleteConfirmation">This contact will be deleted.</string> + <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=30] --> + <string name="menu_discard">Discard changes</string> + <!-- Message displayed in a toast when you try to view the details of a contact that for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> <string name="invalidContactMessage">The contact doesn\'t exist.</string> |