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

@ -208,7 +208,7 @@ class GuiCommon:
color: #cc0000;
}""",
# Share mode and child widget styles
"share_clear_all_files_button": """
"share_delete_all_files_button": """
QPushButton {
color: #3f7fcf;
}