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

Commit 42e238d8 authored by Michael W's avatar Michael W
Browse files

Contacts: Fix strings

* A few minor string issues

Change-Id: I78bb5829b6289f0b238efb1a7078767c73c39854
parent 2fa12d76
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    <string name="menu_moveGroupMembers">Move group members</string>

    <!-- Toast displayed when saving a contact to sim card failed -->
    <string name="contactSavedToSimCardError">Could not saved the selected contacts to the SIM card</string>
    <string name="contactSavedToSimCardError">Could not save the selected contacts to the SIM card</string>
    <string name="number_anr_too_long">Number is too long</string>
    <string name="email_address_too_long">Email address is too long</string>
    <string name="sim_card_full">SIM card is full</string>
@@ -49,13 +49,13 @@
    <string name="too_many_contacts_add_to_group">No more than <xliff:g id="count">%d</xliff:g> contacts can be added</string>
    <!-- Multi Delete Contacts related strings -->
    <string name="ContactMultiDeleteConfirmation">The selected contacts will be deleted.</string>
    <string name="delete_contacts_title">Delete Contacts</string>
    <string name="delete_contacts_message">Deleting Contacts\u2026</string>
    <string name="delete_contacts_title">Delete contacts</string>
    <string name="delete_contacts_message">Deleting contacts\u2026</string>

    <!-- Menu item used to refresh a specific contact -->
    <string name="menu_refresh">Refresh</string>

    <string name="video_call">Video Calling</string>
    <string name="video_call">Video calling</string>

    <string name="menu_copyTo">Copy to <xliff:g id="destination">%s</xliff:g></string>
    <string name="no_empty_email_in_usim">USIM contact does not have an available email field, unable to copy messages.</string>