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

Commit e3a798c5 authored by Steve McKay's avatar Steve McKay
Browse files

Remove variants of "show/hide" internal storage string.

Bug: 26768708
Change-Id: I62a5068eab3104ab379bb0f22a609b9cf0b6777b
parent a8efa46f
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -65,13 +65,9 @@
    <string name="menu_paste_from_clipboard">Paste</string>

    <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=24] -->
    <string name="menu_advanced_show" product="nosdcard">Show internal storage</string>
    <!-- Menu item that reveals SD cards built into the device [CHAR LIMIT=24] -->
    <string name="menu_advanced_show" product="default">Show SD card</string>
    <string name="menu_advanced_show">Show internal storage</string>
    <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=24] -->
    <string name="menu_advanced_hide" product="nosdcard">Hide internal storage</string>
    <!-- Menu item that hides SD cards built into the device [CHAR LIMIT=24] -->
    <string name="menu_advanced_hide" product="default">Hide SD card</string>
    <string name="menu_advanced_hide">Hide internal storage</string>

    <!-- Menu item that reveals the sizes of displayed files [CHAR LIMIT=24] -->
    <string name="menu_file_size_show">Show file size</string>