2422: Change the page name to statistics
This commit is contained in:
parent
2cda8b1b24
commit
9447284d2b
@ -1903,7 +1903,7 @@ class BasePage:
|
|||||||
('download', _("Download"), self.report.inc_download),
|
('download', _("Download"), self.report.inc_download),
|
||||||
("addressbook", _("Address Book"), self.report.inc_addressbook),
|
("addressbook", _("Address Book"), self.report.inc_addressbook),
|
||||||
('contact', _("Contact"), self.report.use_contact),
|
('contact', _("Contact"), self.report.use_contact),
|
||||||
("stats", _("Statistics"), True),
|
("statistics", _("Statistics"), True),
|
||||||
(self.target_cal_uri, _("Web Calendar"), self.usecal)
|
(self.target_cal_uri, _("Web Calendar"), self.usecal)
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -8040,7 +8040,7 @@ class StatisticsPage(BasePage):
|
|||||||
self.uplink = False
|
self.uplink = False
|
||||||
self.report = report
|
self.report = report
|
||||||
# set the file name and open file
|
# set the file name and open file
|
||||||
output_file, sio = self.report.create_file("stats")
|
output_file, sio = self.report.create_file("statistics")
|
||||||
addressbookpage, head, body = self.write_header(_("Statistics"))
|
addressbookpage, head, body = self.write_header(_("Statistics"))
|
||||||
(males,
|
(males,
|
||||||
females,
|
females,
|
||||||
|
Loading…
Reference in New Issue
Block a user