From 236c2722a3032d391868fb70d129ccf59b796f03 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 17 Apr 2003 19:37:23 +0000 Subject: [PATCH] Name correction svn: r1459 --- src/const.py | 4 ++-- src/const.py.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/const.py b/src/const.py index 5e564043f..68a64b5ce 100644 --- a/src/const.py +++ b/src/const.py @@ -103,7 +103,7 @@ startup = 1 # #------------------------------------------------------------------------- progName = "GRAMPS" -version = "0.9.1-pre1" +version = "0.9.1-rc1" copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1") comments = _("GRAMPS (Genealogical Research and Analysis " "Management Programming System) is a personal " @@ -115,7 +115,7 @@ authors = [ ] documenters = [ - 'Alex Roitman', + 'Alexander Roitman', ] translators = _('TRANSLATORS: Translate this to your name in your native language') diff --git a/src/const.py.in b/src/const.py.in index e0e074fb0..c2eb38aae 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -115,7 +115,7 @@ authors = [ ] documenters = [ - 'Alex Roitman', + 'Alexander Roitman', ] translators = _('TRANSLATORS: Translate this to your name in your native language')