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

Commit d81470b7 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Enable proper Talkback for "Contacts to display"

Also change the title string of Event to singular form.

Bug: 11538376
Change-Id: I76f8bad32d9f2e8864d8769da7548c5344d834b8
parent e67257a7
Loading
Loading
Loading
Loading
+10 −1
Original line number Original line Diff line number Diff line
@@ -268,7 +268,7 @@


    <!-- Header that expands to list all event types when editing an event of a contact
    <!-- Header that expands to list all event types when editing an event of a contact
         [CHAR LIMIT=20] -->
         [CHAR LIMIT=20] -->
    <string name="eventLabelsGroup">Special dates</string>
    <string name="eventLabelsGroup">Special date</string>


    <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
    <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
         announce the purpose of the view. [CHAR LIMIT=NONE] -->
         announce the purpose of the view. [CHAR LIMIT=NONE] -->
@@ -819,4 +819,13 @@ a ren't members of any other group. [CHAR LIMIT=25] -->


    <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
    <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
    <string name="activity_title_licenses">Open source licenses</string>
    <string name="activity_title_licenses">Open source licenses</string>

    <!-- Content description of entries (including that radio button is checked) in contact
         accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
    <string name="account_filter_view_checked"><xliff:g id="account_info">%s</xliff:g> checked</string>

    <!-- Content description of entries (including that the radio button is not checked) in contact
         accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
    <string name="account_filter_view_not_checked"><xliff:g id="account_info">%s</xliff:g> not checked</string>

</resources>
</resources>