mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 18:05:05 -04:00
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:
parent
6012e21899
commit
8f1da24c0d
5 changed files with 39 additions and 39 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue