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

Commit 4097a755 authored by Matthias Büchner's avatar Matthias Büchner
Browse files

fix typo, lowercasing

Change-Id: I8a1b9e6f3236d812983199ac44c26b561a4f104a
parent 40028c88
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -4946,7 +4946,7 @@
    <string name="category_spen_title">Stylus gestures</string>
    <string name="enable_subcat_title">Stylus</string>
    <string name="enable_spen_title_head">Enable stylus gestures</string>
    <string name="enable_spen_summary_head">Allows stylus button swipe gestures to launch custom actions. Warning: Applications will not be able to recieve input fired by holding stylus button.</string>
    <string name="enable_spen_summary_head">Allows stylus button swipe gestures to launch custom actions. Warning: Applications will not be able to receive input fired by holding stylus button.</string>
    <string name="gestures_subcat_title">Gestures</string>
    <string name="gestures_left_spen_title_head">Left swipe</string>
    <string name="gestures_left_spen_summary_head">Allows to launch custom action on left swipe</string>
@@ -4962,12 +4962,12 @@
    <string name="gestures_double_spen_summary_head">Allows to launch custom action on double tap</string>

    <!-- Gestures Options -->
    <string name="gestures_action_empty">No Action</string>
    <string name="gestures_action_home">Go To Home</string>
    <string name="gestures_action_back">Emulate Back Key</string>
    <string name="gestures_action_menu">Emulate Menu Key</string>
    <string name="gestures_action_search">Invoke Search</string>
    <string name="gestures_action_recent">Recent Applications</string>
    <string name="gestures_action_empty">No action</string>
    <string name="gestures_action_home">Go to home</string>
    <string name="gestures_action_back">Emulate Back key</string>
    <string name="gestures_action_menu">Emulate Menu key</string>
    <string name="gestures_action_search">Invoke search</string>
    <string name="gestures_action_recent">Recent applications</string>

    <!-- **** CYANOGENMOD ADDITIONS END **** -->
</resources>