Remove second arg from two calls to strings()

This commit is contained in:
Miguel Jacq 2018-10-15 17:33:21 +11:00
parent 48654895ea
commit 325980eede
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -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):
"""