From fa03f0498d814f69789e4572bc9e6ee564f60f98 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 1 Dec 2005 17:49:10 +0000 Subject: [PATCH] better strings --- src/gajim.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index 777f54862..e5342b392 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -40,11 +40,11 @@ except RuntimeError, msg: sys.exit() pritext = '' if gtk.pygtk_version < (2, 6, 0): - pritext = _('Gajim needs PyGTK 2.6+') - sectext = _('Gajim needs PyGTK 2.6+ to run. Quiting...') + pritext = _('Gajim needs PyGTK 2.6 or above') + sectext = _('Gajim needs PyGTK 2.6 or above to run. Quiting...') elif gtk.gtk_version < (2, 6, 0): - pritext = _('Gajim needs GTK 2.6+') - sectext = _('Gajim needs GTK 2.6+ to run. Quiting...') + pritext = _('Gajim needs GTK 2.6 or above+') + sectext = _('Gajim needs GTK 2.6 or above to run. Quiting...') try: import gtk.glade # check if user has libglade (in pygtk and in gtk) @@ -58,7 +58,7 @@ except ImportError: try: from common import check_paths except exceptions.PysqliteNotAvailable, e: - pritext = _('Gajim needs Pysqlite2') + pritext = _('Gajim needs Pysqlite2 to run') sectext = str(e) if pritext: