missing space

svn: r17075
This commit is contained in:
Craig J. Anderson 2011-04-07 17:03:43 +00:00
parent 64ef3c4ccb
commit d14f07d5d8

View File

@ -872,7 +872,7 @@ class AncestorTreeOptions(MenuReportOptions):
self.fillout = EnumeratedListOption(_("Display unknown\ngenerations"),
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"))
menu.add_option(category_name, "fill_out", self.fillout)