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

Commit 10520e11 authored by Michael Bestas's avatar Michael Bestas
Browse files

core: Fix permission string

Should always start with lowercase

Change-Id: I5ab97b8a6ca67c4d2460f606f09b4bed8c299401
parent 75a2ee59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@
    <string name="permdesc_preventpower">Allows the app to override the power key</string>

    <!-- 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. -->
    <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>