From ae75d5e65160660c9d0b0fde7f5bf6762bff5402 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 20 Mar 2003 04:02:57 +0000 Subject: [PATCH] Minor typo svn: r1365 --- gramps2/src/const.py | 2 +- gramps2/src/const.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps2/src/const.py b/gramps2/src/const.py index 1c81be2cb..da3773663 100644 --- a/gramps2/src/const.py +++ b/gramps2/src/const.py @@ -108,7 +108,7 @@ comments = _("GRAMPS (Genealogical Research and Analysis " "genealogy program.") authors = [ "Donald N. Allingham", - "Donald A. Peterson" + "Donald A. Peterson", "David Hampton", ] diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 684332e49..0e7fe8ccc 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -108,7 +108,7 @@ comments = _("GRAMPS (Genealogical Research and Analysis " "genealogy program.") authors = [ "Donald N. Allingham", - "Donald A. Peterson" + "Donald A. Peterson", "David Hampton", ]