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

Commit 7e348dbf authored by Brinly Taylor's avatar Brinly Taylor
Browse files

frameworks: base: grammar fixes

props to  Boštjan Mejak for letting JIRA know.

JIRA issue: CYAN-4913

Change-Id: I09b742b1935b7ae5a2588ddc2c8c529e4bac0664
parent 49a9b728
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -74,7 +74,7 @@
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_sendMockSms">send mock SMS messages</string>
    <string name="permlab_sendMockSms">send mock SMS messages</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_sendMockSms">Allows the app to send mock SMS messages. This allows an app send SMS to trusted applications. Malicious apps could send messages continuously, blocking the device notification system and disrupting the user.</string>
    <string name="permdesc_sendMockSms">Allows the app to send mock SMS messages. This allows an app to send messages to trusted applications. Malicious apps could send messages continuously, blocking the device\'s notification system and disrupting the user.</string>


    <!-- Storage description for the SD card on the dock. [CHAR LIMIT=NONE] -->
    <!-- Storage description for the SD card on the dock. [CHAR LIMIT=NONE] -->
    <string name="storage_sd_dock_card">Dock SD card</string>
    <string name="storage_sd_dock_card">Dock SD card</string>
@@ -96,7 +96,7 @@
    <string name="stylus_app_not_installed">%s is not installed</string>
    <string name="stylus_app_not_installed">%s is not installed</string>


    <!-- Privacy Guard -->
    <!-- Privacy Guard -->
    <string name="permlab_changePrivacyGuardState">enable or disable privacy guard</string>
    <string name="permlab_changePrivacyGuardState">enable or disable Privacy Guard</string>
    <string name="permdesc_changePrivacyGuardState">Allows the app to change whether another app runs with Privacy Guard. When an app is running with Privacy Guard, it will not have access to personal data such as contacts, call logs, or messages.</string>
    <string name="permdesc_changePrivacyGuardState">Allows the app to change whether another app runs with Privacy Guard. When an app is running with Privacy Guard, it will not have access to personal data such as contacts, call logs, or messages.</string>
    <string name="privacy_guard_notification">Privacy Guard active</string>
    <string name="privacy_guard_notification">Privacy Guard active</string>
    <string name="privacy_guard_notification_detail"><xliff:g id="app">%1$s</xliff:g> will not be able to access personal data</string>
    <string name="privacy_guard_notification_detail"><xliff:g id="app">%1$s</xliff:g> will not be able to access personal data</string>