slightly reformat error message
svn: r21444
This commit is contained in:
parent
4a23da9500
commit
6cd609941f
@ -72,10 +72,9 @@ if not PYGOBJ_ERR:
|
|||||||
PYGOBJ_ERR = True
|
PYGOBJ_ERR = True
|
||||||
|
|
||||||
if PYGOBJ_ERR:
|
if PYGOBJ_ERR:
|
||||||
print((_("Your pygobject version does not meet the "
|
print((_("Your pygobject version does not meet the requirements.\n"
|
||||||
"requirements. At least pygobject "
|
"At least pygobject %(major)d.%(feature)d.%(minor)d "
|
||||||
"%(major)d.%(feature)d.%(minor)d is needed to"
|
"is needed to start Gramps with a GUI.\n\n"
|
||||||
" start Gramps with a GUI.\n\n"
|
|
||||||
"Gramps will terminate now.") %
|
"Gramps will terminate now.") %
|
||||||
{'major':MIN_PYGOBJECT_VERSION[0],
|
{'major':MIN_PYGOBJECT_VERSION[0],
|
||||||
'feature':MIN_PYGOBJECT_VERSION[1],
|
'feature':MIN_PYGOBJECT_VERSION[1],
|
||||||
|
Loading…
Reference in New Issue
Block a user