Use 'Delete' rather than 'Clear' when talking about removing file items from the FileList, since we have a Delete button for individual files

This commit is contained in:
Miguel Jacq 2020-06-08 09:48:00 +10:00
parent 6012e21899
commit 8f1da24c0d
5 changed files with 39 additions and 39 deletions

View file

@ -12,7 +12,7 @@
"gui_add_files": "Add Files",
"gui_add_folder": "Add Folder",
"gui_delete": "Delete",
"gui_file_selection_clear_all": "Clear All",
"gui_file_selection_delete_all": "Delete All",
"gui_choose_items": "Choose",
"gui_share_start_server": "Start sharing",
"gui_share_stop_server": "Stop sharing",