diff options
author | mathieui <mathieui@mathieui.net> | 2016-08-20 00:56:40 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-08-20 00:56:40 +0200 |
commit | 04939cc6c376c9de61e1eecb158c0f276c6bdf96 (patch) | |
tree | 7a6e89cdb45598126f123d747c510c24e860bf49 | |
parent | 9cd8788400dc7a4802e6233512dcb20a741f87b2 (diff) | |
download | poezio-04939cc6c376c9de61e1eecb158c0f276c6bdf96.tar.gz poezio-04939cc6c376c9de61e1eecb158c0f276c6bdf96.tar.bz2 poezio-04939cc6c376c9de61e1eecb158c0f276c6bdf96.tar.xz poezio-04939cc6c376c9de61e1eecb158c0f276c6bdf96.zip |
Fix a typo in the httpauth dialog
-rw-r--r-- | poezio/core/handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index bc94129d..484f7378 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -1267,7 +1267,7 @@ SHA-512 of the new certificate: %s confirm_tab = tabs.ConfirmTab(self.core, 'HTTP Verification', """ -Someone (maybe you) has requested an identity verification regarding +Someone (maybe you) has requested an identity verification using method "%s" for the url "%s". The transaction id is: %s |