typo
svn: r9890
This commit is contained in:
parent
9c6f6c1fc9
commit
13d6f0b76c
@ -1,3 +1,6 @@
|
|||||||
|
2008-01-18 Erik De Richter <frederik.de.richter@pandora.be>
|
||||||
|
* /src/plugins/StatisticsChart.py: typo :740
|
||||||
|
|
||||||
2008-01-18 Erik De Richter <frederik.de.richter@pandora.be>
|
2008-01-18 Erik De Richter <frederik.de.richter@pandora.be>
|
||||||
* /src/plugins/FamilyGroup.py: typo :590
|
* /src/plugins/FamilyGroup.py: typo :590
|
||||||
|
|
||||||
|
@ -737,7 +737,7 @@ class StatisticsChartOptions(MenuReportOptions):
|
|||||||
category_name = _("Charts 2")
|
category_name = _("Charts 2")
|
||||||
|
|
||||||
opt = BooleanOption(_Extract.extractors[key][1], False)
|
opt = BooleanOption(_Extract.extractors[key][1], False)
|
||||||
opt.set_help(_("Include charts with indicated dat"))
|
opt.set_help(_("Include charts with indicated date"))
|
||||||
menu.add_option(category_name,key, opt)
|
menu.add_option(category_name,key, opt)
|
||||||
idx += 1
|
idx += 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user