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 a22a559e98
commit 37cab50464
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
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;
}