Report cleanup.

svn: r94
This commit is contained in:
Don Allingham
2001-06-07 13:49:00 +00:00
parent 6f5767cdf0
commit 11d9e1315a
22 changed files with 935 additions and 738 deletions

View File

@@ -71,9 +71,7 @@ progName = "gramps"
version = "0.2.0"
copyright = "(C) 2001 Donald N. Allingham"
authors = ["Donald N. Allingham"]
comments = _("Gramps (Genealogical Research and Analysis Management ") +\
_("Programming System) is a personal genealogy program that ") +\
_("can be extended by using the Python programming language.")
comments = _("Gramps (Genealogical Research and Analysis Management Programming System) is a personal genealogy program that can be extended by using the Python programming language.")
#-------------------------------------------------------------------------
#
@@ -151,7 +149,7 @@ personalConstantEvents = {
personalConstantAttributes = {
"Description" : "DSCR",
"Indentification Number": "IDNO",
"Identification Number": "IDNO",
"Social Security Number": "SSN"
}