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
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-08-01 14:01:45 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-08-01 14:01:45 +0400
commit23d941368766620e15479d4a6abdce6f0ca02448 (patch)
tree5d68b1cc201643ac5ae46c4c71fb1c177584a169
parentfa2d983354511e6777b12b7d99d22b9e18c1f4d1 (diff)
fix some typo. see #4166
-rwxr-xr-xsrc/gajim.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gajim.py b/src/gajim.py
index fc49f640c..1c7d7cbbc 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -464,7 +464,7 @@ class PassphraseRequest:
def create_dialog(self, account):
title = _('Passphrase Required')
second = _('Enter GPG key passphrase for key %(keyid)s (account '
- '%(account)s).') % {'kayid': self.keyid, 'account': account}
+ '%(account)s).') % {'keyid': self.keyid, 'account': account}
def _cancel():
# user cancelled, continue without GPG
@@ -936,11 +936,11 @@ class Interface:
ctrl = self.new_private_chat(gc_c, account, session)
ctrl.print_conversation(_('Error %(code)s: %(msg)s') % {
- 'error': array[1], 'msg': array[2]}, 'status')
+ 'code': array[1], 'msg': array[2]}, 'status')
return
gc_control.print_conversation(_('Error %(code)s: %(msg)s') % {
- 'error': array[1], 'msg': array[2]}, 'status')
+ 'code': array[1], 'msg': array[2]}, 'status')
if gc_control.parent_win and gc_control.parent_win.get_active_jid() == jid:
gc_control.set_subject(gc_control.subject)
return
@@ -1824,7 +1824,7 @@ class Interface:
jid, tim, session = data
details = _('Unable to decrypt message from '
- '%s\nIt may have been tampered with.') % (jid)
+ '%s\nIt may have been tampered with.') % jid
if session.control:
session.control.print_conversation_line(details,