0001711: Inconsistant names for graphical reports

svn: r10152
This commit is contained in:
Brian Matherly
2008-03-01 22:47:48 +00:00
parent 1f57d5224c
commit e2bc58fe63
47 changed files with 285 additions and 230 deletions

View File

@@ -21,7 +21,7 @@
# $Id$
"""Reports/Text Reports/Family Group Report..."""
"""Reports/Text Reports/Family Group Report"""
#------------------------------------------------------------------------
#
@@ -768,10 +768,10 @@ register_report(
report_class = FamilyGroup,
options_class = FamilyGroupOptions,
modes = MODE_GUI | MODE_BKI | MODE_CLI,
translated_name = _("Family Group Report..."),
translated_name = _("Family Group Report"),
status = _("Stable"),
author_name = "Donald N. Allingham",
author_email = "don@gramps-project.org",
description=_("Creates a family group report, showing information "
"on a set of parents and their children."),
description = _("Produces a family group report showing information "
"on a set of parents and their children."),
)