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

Commit 91b5b911 authored by Evan Severson's avatar Evan Severson
Browse files

Change permission message strings for clarity

Test: Open Permission Grant Dialog in various cases
Fixes: 125416102
Change-Id: I8c5f7a4a3c88e06b18d20507d1bd2a080f35e0b4
parent 3cbd4a58
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -707,12 +707,12 @@
    <string name="permgrouprequest_location">Allow
        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access this device\'s location?</string>
    <!-- Subtitle of the message shown to the user when the apps requests permission to use the location only while app is in foreground [CHAR LIMIT=150]-->
    <string name="permgrouprequestdetail_location">The app will only have access to the location while you\u2019re using the app.</string>
    <string name="permgrouprequestdetail_location">The app will only have access to the location while you\u2019re using the app</string>
    <!-- Message shown to the user when the apps requests permission to use the location while app is in foreground and background. If ever possible this should stay below 80 characters (assuming the parameters takes 20 characters). Don't abbreviate until the message reaches 120 characters though. [CHAR LIMIT=120] -->
    <string name="permgroupbackgroundrequest_location">Always allow
        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access this device\u2019s location?</string>
    <string name="permgroupbackgroundrequest_location">Allow
        &lt;b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g>&lt;/b> to access this device\u2019s location &lt;b>all the time&lt;/b>?</string>
    <!-- Subtitle of the message shown to the user when the apps requests permission to use the location while app is in foreground and background [CHAR LIMIT=150] -->
    <string name="permgroupbackgroundrequestdetail_location">The app will always have access to the location, even when you\u2019re not using the app.</string>
    <string name="permgroupbackgroundrequestdetail_location">App currently can access location only while you\u2019re using the app</string>

    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permgrouplab_calendar">Calendar</string>