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

@ -934,7 +934,7 @@ register_report(
report_class = Calendar,
options_class = CalendarOptions,
modes = MODE_GUI | MODE_BKI | MODE_CLI,
translated_name = _("Calendar..."),
translated_name = _("Calendar"),
status = _("Stable"),
author_name = "Douglas S. Blank",
author_email = "dblank@cs.brynmawr.edu",
@ -947,7 +947,7 @@ register_report(
report_class = CalendarReport,
options_class = CalendarReportOptions,
modes = MODE_GUI | MODE_BKI | MODE_CLI,
translated_name = _("Birthday and Anniversary Report..."),
translated_name = _("Birthday and Anniversary Report"),
status = _("Stable"),
author_name = "Douglas S. Blank",
author_email = "dblank@cs.brynmawr.edu",