mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 14:36:03 -05:00
Merge pull request #808 from mig5/remove_arg_from_strings
Remove second arg from two calls to strings()
This commit is contained in:
commit
42efff275f
@ -284,7 +284,7 @@ class ShareMode(Mode):
|
||||
# Update in progress count
|
||||
self.history.in_progress_count -= 1
|
||||
self.history.update_in_progress()
|
||||
self.system_tray.showMessage(strings._('systray_download_canceled_title', True), strings._('systray_download_canceled_message', True))
|
||||
self.system_tray.showMessage(strings._('systray_download_canceled_title'), strings._('systray_download_canceled_message'))
|
||||
|
||||
def on_reload_settings(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user