Fixed some spacing issues in Events.

svn: r13132
This commit is contained in:
Rob G. Healey
2009-08-29 08:35:47 +00:00
parent 731928a9ab
commit 9cf7d81978
2 changed files with 20 additions and 9 deletions

View File

@ -5452,12 +5452,12 @@ class NavWebOptions(MenuReportOptions):
"step-siblings with the parents and siblings"))
menu.add_option(category_name, 'showhalfsiblings', showallsiblings)
birthorder = BooleanOption(_('Sort children in birth order'), False)
birthorder = BooleanOption(_('Sort all children in birth order'), False)
birthorder.set_help(_('Whether to display children in birth order'
' or in entry order?'))
menu.add_option(category_name, 'birthorder', birthorder)
inc_events = BooleanOption(_('Include an event pages'), False)
inc_events = BooleanOption(_('Include event pages'), False)
inc_events.set_help(_('Add a complete events list and relevant pages or not'))
menu.add_option(category_name, 'inc_events', inc_events)