From 388ec0cbf1f80e6703b9d404dbb52483e4b906fb Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 25 Feb 2013 16:12:19 +0000 Subject: [PATCH] slightly reformat error message svn: r21443 --- gramps/gui/grampsgui.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index 587248a66..82720afc6 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -72,10 +72,9 @@ if not PYGOBJ_ERR: PYGOBJ_ERR = True if PYGOBJ_ERR: - print((_("Your pygobject version does not meet the " - "requirements. At least pygobject " - "%(major)d.%(feature)d.%(minor)d is needed to" - " start Gramps with a GUI.\n\n" + print((_("Your pygobject version does not meet the requirements.\n" + "At least pygobject %(major)d.%(feature)d.%(minor)d " + "is needed to start Gramps with a GUI.\n\n" "Gramps will terminate now.") % {'major':MIN_PYGOBJECT_VERSION[0], 'feature':MIN_PYGOBJECT_VERSION[1],