mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Source string suggestions from the translators on Weblate
This commit is contained in:
parent
957d3e9c6d
commit
09ba78efcf
2 changed files with 11 additions and 11 deletions
|
@ -487,7 +487,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
self.status_bar.showMessage('{0:s}: {1:s}'.format(strings._('other_page_loaded'), event["path"]))
|
||||
|
||||
if event["type"] == Web.REQUEST_INVALID_PASSWORD:
|
||||
self.status_bar.showMessage('[#{0:d}] {1:s}: {2:s}'.format(mode.web.invalid_passwords_count, strings._('invalid_password_guess'), event["data"]))
|
||||
self.status_bar.showMessage('[#{0:d}] {1:s}: {2:s}'.format(mode.web.invalid_passwords_count, strings._('incorrect_password'), event["data"]))
|
||||
|
||||
mode.timer_callback()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue