From 132c3c60ac9c45b2c69c05bfebff3a82e07f59d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 13 Sep 2013 13:01:02 +0000 Subject: [PATCH] wrap description on about dialog svn: r23114 --- gramps/gen/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index b5de21970..ff9995ee1 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -204,8 +204,8 @@ GTK_GETTEXT_DOMAIN = 'gtk30' COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \ "© 2007-2013 The Gramps Developers" COMMENTS = _("Gramps (Genealogical Research and Analysis " - "Management Programming System) is a personal " - "genealogy program.") + "Management Programming System)\n" + "is a personal genealogy program.") AUTHORS = [ "Alexander Roitman", "Benny Malengier",