missing space

svn: r17076
This commit is contained in:
Craig J. Anderson 2011-04-07 17:04:28 +00:00
parent 2b2f7cc7ca
commit 19f254e3a1

View File

@ -872,7 +872,7 @@ class AncestorTreeOptions(MenuReportOptions):
self.fillout = EnumeratedListOption(_("Display unknown\ngenerations"), self.fillout = EnumeratedListOption(_("Display unknown\ngenerations"),
0) 0)
self.fillout.set_help(_("The number of generations of empty" self.fillout.set_help(_("The number of generations of empty "
"boxes that will be displayed")) "boxes that will be displayed"))
menu.add_option(category_name, "fill_out", self.fillout) menu.add_option(category_name, "fill_out", self.fillout)