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

Commit 99daf33f authored by Yorke Lee's avatar Yorke Lee
Browse files

Changed content description for add contact and group buttons

Bug: 7416273
Change-Id: I485a8257e8afd0800ecc7913dc403170956c5644
parent 9b1b7bbe
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>