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

Commit e39c0bbe authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Clarify string for translation

Test: view string in UI
Fixes: 243971120
Change-Id: I7f21df52b831e87447a7001acd16b3e1e5325372
parent 21b2671c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7784,12 +7784,12 @@
    <!-- Summary for a warning message about security implications of enabling a notification
          listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
    <string name="notification_listener_security_warning_summary">
        <xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to read all notifications,
        The <xliff:g id="notification_listener_name">%1$s</xliff:g> app will be able to read all notifications,
        including personal information such as contact names, photos, and the text of messages you receive.
        This app will also be able to snooze or dismiss notifications or take action on buttons in notifications, including answering phone calls.
        \n\nThis will also give the app the ability to turn Do Not Disturb on or off and change related settings.
    </string>
    <string name="nls_warning_prompt"><xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to:</string>
    <string name="nls_warning_prompt">The <xliff:g id="notification_listener_name">%1$s</xliff:g> app will be able to:</string>
    <string name="nls_feature_read_title">Read your notifications</string>
    <string name="nls_feature_read_summary">It can read your notifications, including personal information such as contacts, messages, and photos.</string>
    <string name="nls_feature_reply_title">Reply to messages</string>