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

Commit 39eccd40 authored by Philipp Kewisch's avatar Philipp Kewisch
Browse files

Shorten volume key navigation strings

parent 5688c0de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -648,7 +648,8 @@
    <string name="animations_title">Animation</string>
    <string name="animations_summary">Use gaudy visual effects</string>

    <string name="volume_navigation_title">Volume key navigation in message view</string>
    <string name="volume_navigation_title_short">Volume key navigation</string>
    <string name="volume_navigation_summary">Navigate between messages using the volume keys in message view</string>

    <string name="show_unified_inbox_title">Show Unified Inbox</string>
    <string name="show_starred_count_title">Show starred count</string>
+2 −1
Original line number Diff line number Diff line
@@ -359,7 +359,8 @@

        <CheckBoxPreference
            android:key="volume_navigation"
            android:title="@string/volume_navigation_title"
            android:title="@string/volume_navigation_title_short"
            android:summary="@string/volume_navigation_summary"
            />

        <ListPreference