fixed capitialization of include repository pages in Advanced tab.

svn: r13146
This commit is contained in:
Rob G. Healey 2009-09-01 00:52:00 +00:00
parent ee71d35765
commit 5e7155ba88

View File

@ -5543,7 +5543,7 @@ class NavWebOptions(MenuReportOptions):
inc_events.set_help(_('Add a complete events list and relevant pages or not'))
menu.add_option(category_name, 'inc_events', inc_events)
inc_repository = BooleanOption(_('Include Repository Pages'), False)
inc_repository = BooleanOption(_('Include repository pages'), False)
inc_repository.set_help(_('Whether to include the Repository Pages or not?'))
menu.add_option(category_name, 'inc_repository', inc_repository)