Skip to content
Snippets Groups Projects
Commit fd836e2a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

"the best" is a bit pretentious

parent fc42e040
No related branches found
No related tags found
No related merge requests found
...@@ -438,7 +438,7 @@ class About_dialog: ...@@ -438,7 +438,7 @@ class About_dialog:
"""Class for about dialog""" """Class for about dialog"""
def __init__(self, plugin): def __init__(self, plugin):
if gtk.pygtk_version < (2, 6, 0): if gtk.pygtk_version < (2, 6, 0):
Information_dialog('Gajim - The best GTK jabber client') Information_dialog('Gajim - A GTK jabber client')
return return
self.plugin = plugin self.plugin = plugin
dlg = gtk.AboutDialog() dlg = gtk.AboutDialog()
...@@ -449,7 +449,7 @@ class About_dialog: ...@@ -449,7 +449,7 @@ class About_dialog:
text = open('COPYING').read() text = open('COPYING').read()
dlg.set_license(text) dlg.set_license(text)
dlg.set_comments('The best GTK jabber client') dlg.set_comments('A GTK jabber client')
dlg.set_website('http://www.gajim.org') dlg.set_website('http://www.gajim.org')
authors = ['Yann Le Boulanger', 'Vincent Hanquez', 'Nikos Kouremenos', 'Alex Podaras'] authors = ['Yann Le Boulanger', 'Vincent Hanquez', 'Nikos Kouremenos', 'Alex Podaras']
dlg.set_authors(authors) dlg.set_authors(authors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment