This commit is contained in:
Nikos Kouremenos 2005-07-18 23:21:22 +00:00
parent 0effaf7501
commit 52be23ab92
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ class TabbedChatWindow(chat.Chat):
tt = _('OpenPGP Encryption')
else:
tb.set_sensitive(False)
tt = _('%s has not broadcasted an OpenPGP key nor you have assigned one')\
% contact.name
tt = _('%s has not broadcasted an OpenPGP key nor you have assigned one') % contact.name
tip = gtk.Tooltips()
tip.set_tip(self.xmls[jid].get_widget('gpg_eventbox'), tt)