summaryrefslogtreecommitdiff
path: root/onionshare_gui
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2019-09-16 17:58:15 +1000
committerMiguel Jacq <mig@mig5.net>2019-09-16 17:58:15 +1000
commit09ba78efcf53a5bd76434c865b5c924ebe01dc54 (patch)
tree1f036f146e078aee102403271464721ee6edb866 /onionshare_gui
parent957d3e9c6d424fdfc394bef529b87f52e16f371f (diff)
downloadonionshare-09ba78efcf53a5bd76434c865b5c924ebe01dc54.tar.gz
onionshare-09ba78efcf53a5bd76434c865b5c924ebe01dc54.zip
Source string suggestions from the translators on Weblate
Diffstat (limited to 'onionshare_gui')
-rw-r--r--onionshare_gui/onionshare_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare_gui/onionshare_gui.py b/onionshare_gui/onionshare_gui.py
index 20873bc8..8e77efe4 100644
--- a/onionshare_gui/onionshare_gui.py
+++ b/onionshare_gui/onionshare_gui.py
@@ -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()