2008-02-18 Duncan Lithgow <dlithgow@gmail.com>
Raphael Ackermann <raphael.ackermann@gmail.com> * src/plugins/AncestorChart.py * src/plugins/DescendChart.py * src/plugins/StatisticsChart.py * src/plugins/TimeLine.py work on 0001711: Inconsistant names for graphical reports svn: r10049
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# $Id$
|
||||
|
||||
"""
|
||||
Timeline report
|
||||
Timeline Chart...
|
||||
"""
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
@@ -440,7 +440,7 @@ register_report(
|
||||
report_class = TimeLine,
|
||||
options_class = TimeLineOptions,
|
||||
modes = MODE_GUI | MODE_BKI | MODE_CLI,
|
||||
translated_name = _("Timeline Graph..."),
|
||||
translated_name = _("Timeline Chart..."),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "don@gramps-project.org",
|
||||
|
Reference in New Issue
Block a user