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

Commit 93f82718 authored by John Shao's avatar John Shao
Browse files

Readd some strings that were removed

These strings were still referenced in AndroidManifest_common

Test: built GoogleContacts
Change-Id: Ie503afffa8643e69c3504f98a99d42ee6a003d4f
parent 1e24ae80
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -250,6 +250,9 @@
    <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
    <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string>

    <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] -->
    <string name="attach_photo_dialog_title">Contact photo</string>

    <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
         For example, this may be used to set a phone number's label to "Vaction house" -->
    <string name="customLabelPickerTitle">Custom label name</string>
@@ -1370,6 +1373,12 @@
    <!-- The menu item to filter the list of contacts displayed -->
    <string name="menu_contacts_filter">Contacts to display</string>

    <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
    <string name="activity_title_contacts_filter">Contacts to display</string>

    <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
    <string name="custom_list_filter">Define customized view</string>

    <!-- Menu item to save changes to custom filter. [CHAR LIMIT=15] -->
    <string name="menu_custom_filter_save">Save</string>