Jabber -> Jabber/XMPP in dialog window

This commit is contained in:
Yann Leboulanger 2011-08-31 14:39:49 +02:00
parent ed39ae75c4
commit 7b22628fe6
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ class AboutDialog:
text = open(copying_file_path).read()
dlg.set_license(text)
dlg.set_comments('%s\n%s %s\n%s %s' % (_('A GTK+ jabber client'),
dlg.set_comments('%s\n%s %s\n%s %s' % (_('A GTK+ Jabber/XMPP client'),
_('GTK+ Version:'), self.tuple2str(gtk.gtk_version), \
_('PyGTK Version:'), self.tuple2str(gtk.pygtk_version)))
dlg.set_website('http://www.gajim.org/')