[fenix] For https://github.com/mozilla-mobile/fenix/pull/298: Fenix Quarantine For Delete Downloads UX

pull/600/head
Kate Glazko 4 years ago committed by kglazko
parent ac3ca9dbe3
commit f7430161e5

@ -709,9 +709,9 @@
<string name="download_delete_all">Delete downloads</string>
<!-- Text for the dialog to confirm clearing all downloads -->
<string name="download_delete_all_dialog">Are you sure you want to clear your downloads?</string>
<!-- Text for the snackbar to confirm that multiple downloads items have been deleted -->
<!-- Text for the snackbar to confirm that multiple downloads items have been removed -->
<string name="download_delete_multiple_items_snackbar_1">Downloads Removed</string>
<!-- Text for the snackbar to confirm that a single download item has been deleted. The first parameter is the name of the download item. -->
<!-- Text for the snackbar to confirm that a single download item has been removed. The first parameter is the name of the download item. -->
<string name="download_delete_single_item_snackbar">Removed %1$s</string>
<!-- Text shown when no download exists -->
<string name="download_empty_message_1">No downloaded files</string>
@ -720,7 +720,7 @@
<string name="download_multi_select_title">%1$d selected</string>
<!-- History overflow menu open in new tab button -->
<string name="download_menu_open">Open</string>
<!-- Text for the button to delete a single history item -->
<!-- Text for the button to remove a single download item -->
<string name="download_delete_item_1">Remove</string>

Loading…
Cancel
Save