Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-03-22 11:52:46 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-03-22 11:52:46 +0300
commitd1a685c4a7834b11cfa057d8e32456a689c79d7d (patch)
tree77f4190009369e12a9b20756c0df2e2162966f98 /src
parent45211c43f59ae52f6fe3d859c443641d3e478243 (diff)
typo in a string
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gajim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gajim.py b/src/gajim.py
index e07c14caf..e5dda983f 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -2296,7 +2296,7 @@ class Interface:
self.handle_event_status(account, 'offline')
pritext = _('Insecure connection')
sectext = _('You are about to send your password on an insecure '
- 'conection. Are you sure you want to do that?')
+ 'connection. Are you sure you want to do that?')
checktext = _('Do _not ask me again')
dialog = dialogs.YesNoDialog(pritext, sectext, checktext,
on_response_yes=on_yes, on_response_no=on_no)