2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/ViewManager.py: 0001641: add ... ellipsis to menu items. 
	* src/plugins/Calendar.py: 0001641: add ... ellipsis to menu items. 
	* src/PluginUtils/__init__.py: pep8 fixes
	* src/PluginUtils/_PluginMgr.py: pylint and doc fixes

svn: r9960
This commit is contained in:
Raphael Ackermann
2008-01-29 21:48:19 +00:00
parent cb4230a0fc
commit 3bd5ea1f35
5 changed files with 39 additions and 42 deletions

View File

@ -935,7 +935,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",
@ -948,7 +948,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",