Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cec318e authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Changed content description for add contact and group buttons" into jb-mr1.1-dev

parents de54ee85 99daf33f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -136,11 +136,11 @@
    <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] -->
    <string name="menu_deleteGroup">Delete</string>

    <!-- Menu item (in the action bar) that creates a new contacts [CHAR LIMIT=12] -->
    <string name="menu_new_contact_action_bar">New</string>
    <!-- Menu item (in the action bar) that creates a new contact [CHAR LIMIT=30] -->
    <string name="menu_new_contact_action_bar">Add Contact</string>

    <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=12] -->
    <string name="menu_new_group_action_bar">New</string>
    <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=30] -->
    <string name="menu_new_group_action_bar">Add Group</string>

    <!-- Title of the confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=26] -->
    <string name="splitConfirmation_title">Separate contact?</string>