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

Commit 3fbd946b authored by Roy West's avatar Roy West
Browse files

Edits to SD card notification strings to shorten them.

They are now very short and blunt. The real fix is to make
 them marquee or open another dialog or something as discussed in the bug.
 I hope these are short enough for Donut so all essential text is visible
in the notification.
Bug 1760196
parent 2a3cd364
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1804,15 +1804,15 @@
    <!-- External media notification strings -->
    <!-- Shown when external media is being checked -->
    <string name="ext_media_checking_notification_title">Preparing SD card</string>
    <string name="ext_media_checking_notification_message">Checking for errors</string>
    <string name="ext_media_checking_notification_message">Checking for errors.</string>

    <!-- Shown when external media is blank (or unsupported filesystem) -->
    <string name="ext_media_nofs_notification_title">Blank SD card</string>
    <string name="ext_media_nofs_notification_message">The SD card is blank or using an unsupported filesystem.</string>
    <string name="ext_media_nofs_notification_message">SD card blank or has unsupported filesystem.</string>

    <!-- Shown when external media is unmountable (corrupt)) -->
    <string name="ext_media_unmountable_notification_title">Damaged SD card</string>
    <string name="ext_media_unmountable_notification_message">The SD card is damaged. You may have to reformat your card.</string>
    <string name="ext_media_unmountable_notification_message">SD card damaged. You may have to reformat it.</string>

    <!-- Shown when external media is unsafely removed -->
    <string name="ext_media_badremoval_notification_title">SD card unexpectedly removed</string>
@@ -1820,11 +1820,11 @@

    <!-- Shown when external media has been safely removed -->
    <string name="ext_media_safe_unmount_notification_title">SD card safe to remove</string>
    <string name="ext_media_safe_unmount_notification_message">The SD card can now be safely removed.</string>
    <string name="ext_media_safe_unmount_notification_message">You can safely remove SD card.</string>

    <!-- Shown when external media is missing -->
    <string name="ext_media_nomedia_notification_title">Removed SD card</string>
    <string name="ext_media_nomedia_notification_message">The SD has been removed. Insert a new SD card to increase your device storage.</string>
    <string name="ext_media_nomedia_notification_message">SD card removed. Insert a new one.</string>

    <!-- Shown in LauncherActivity when the requested target Intent didn't return any matching Activities, leaving the list empty. -->
    <string name="activity_list_empty">No matching activities found</string>