summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/edit_contact.xml4
-rw-r--r--res/values/strings.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/res/menu/edit_contact.xml b/res/menu/edit_contact.xml
index 58e13cb6d..fe6d2b9c4 100644
--- a/res/menu/edit_contact.xml
+++ b/res/menu/edit_contact.xml
@@ -34,6 +34,10 @@
android:title="@string/menu_discard" />
<item
+ android:id="@+id/menu_delete"
+ android:title="@string/menu_deleteContact" />
+
+ <item
android:id="@+id/menu_set_ringtone"
android:title="@string/menu_set_ring_tone" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 127d93beb..06e52cfb7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -168,8 +168,8 @@
<!-- 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=12] -->
- <string name="menu_discard">Discard</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]-->