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

@@ -22,7 +22,7 @@
# $Id$
"""
Timeline Chart...
Timeline Chart
"""
#------------------------------------------------------------------------
@@ -440,9 +440,9 @@ register_report(
report_class = TimeLine,
options_class = TimeLineOptions,
modes = MODE_GUI | MODE_BKI | MODE_CLI,
translated_name = _("Timeline Chart..."),
translated_name = _("Timeline Chart"),
status = _("Stable"),
author_name = "Donald N. Allingham",
author_email = "don@gramps-project.org",
description = _("Generates a timeline graph.")
description = _("Produces a timeline chart.")
)