typo
This commit is contained in:
parent
0effaf7501
commit
52be23ab92
|
@ -93,8 +93,7 @@ class TabbedChatWindow(chat.Chat):
|
||||||
tt = _('OpenPGP Encryption')
|
tt = _('OpenPGP Encryption')
|
||||||
else:
|
else:
|
||||||
tb.set_sensitive(False)
|
tb.set_sensitive(False)
|
||||||
tt = _('%s has not broadcasted an OpenPGP key nor you have assigned one')\
|
tt = _('%s has not broadcasted an OpenPGP key nor you have assigned one') % contact.name
|
||||||
% contact.name
|
|
||||||
tip = gtk.Tooltips()
|
tip = gtk.Tooltips()
|
||||||
tip.set_tip(self.xmls[jid].get_widget('gpg_eventbox'), tt)
|
tip.set_tip(self.xmls[jid].get_widget('gpg_eventbox'), tt)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue