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

Commit 3c7f9e5e authored by Tamás Tóth's avatar Tamás Tóth Committed by Arne Coucheron
Browse files

FM Radio: Remove unnecessary line breaks

Fixes keyboard glitch mentioned here: http://review.cyanogenmod.org/#/c/30390/

Change-Id: Ic7fc4ce1efc5272515d317f225b674b7a334bf43
parent a10f281d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1297,14 +1297,12 @@
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_fm_radio_receiver">control FM receiver</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_fm_radio_receiver">Allows the application to control
        the FM receiver.</string>
    <string name="permdesc_fm_radio_receiver">Allows the application to control the FM receiver.</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_fm_radio_transmitter">control FM transmitter</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_fm_radio_transmitter">Allows the application to control
        the FM transmitter.</string>
    <string name="permdesc_fm_radio_transmitter">Allows the application to control the FM transmitter.</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_flashlight">control flashlight</string>