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

Commit 625648e0 authored by Adrian Taylor's avatar Adrian Taylor
Browse files

Fixing verb in permdesc_readFrameBuffer English.

There were too many verbs in this sentence. Ideally this patch should
also be applied to some of the other languages. German seems OK but
French not - and that's as far as my linguistic abilities go. I
haven't fixed the French since I'm only 99% sure I wouldn't mess it up!

I chose "read" not "use" because this permission does not allow
writing to the frame buffer; it currently only controls the
screenshotting functionality inside SurfaceFlinger.
parent eef3c54d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@
    <string name="permlab_accessSurfaceFlinger">"access SurfaceFlinger"</string>
    <string name="permdesc_accessSurfaceFlinger">"Allows application to use SurfaceFlinger low-level features."</string>
    <string name="permlab_readFrameBuffer">"read frame buffer"</string>
    <string name="permdesc_readFrameBuffer">"Allows application to use read the content of the frame buffer."</string>
    <string name="permdesc_readFrameBuffer">"Allows application to read the content of the frame buffer."</string>
    <string name="permlab_modifyAudioSettings">"change your audio settings"</string>
    <string name="permdesc_modifyAudioSettings">"Allows application to modify global audio settings such as volume and routing."</string>
    <string name="permlab_recordAudio">"record audio"</string>
+1 −1
Original line number Diff line number Diff line
@@ -737,7 +737,7 @@
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_readFrameBuffer">read frame buffer</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_readFrameBuffer">Allows application to use
    <string name="permdesc_readFrameBuffer">Allows application to 
        read the content of the frame buffer.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->