parent
11e31e85ac
commit
ec9371d3b1
@ -244,9 +244,7 @@ class GVOptions():
|
|||||||
category = _("Note")
|
category = _("Note")
|
||||||
################################
|
################################
|
||||||
|
|
||||||
# workaround for bug 8833
|
note = TextOption(_("Note to add to the graph"),
|
||||||
lines = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
|
|
||||||
note = TextOption(_("Note to add to the graph") + lines,
|
|
||||||
[""] )
|
[""] )
|
||||||
note.set_help(_("This text will be added to the graph."))
|
note.set_help(_("This text will be added to the graph."))
|
||||||
menu.add_option(category, "note", note)
|
menu.add_option(category, "note", note)
|
||||||
|
@ -927,10 +927,8 @@ class AncestorTreeOptions(MenuReportOptions):
|
|||||||
##################
|
##################
|
||||||
category_name = _("Replace")
|
category_name = _("Replace")
|
||||||
|
|
||||||
# workaround for bug 8833
|
|
||||||
lines = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
|
|
||||||
repldisp = TextOption(
|
repldisp = TextOption(
|
||||||
_("Replace Display Format:\n'Replace this'/' with this'") + lines,
|
_("Replace Display Format:\n'Replace this'/' with this'"),
|
||||||
[])
|
[])
|
||||||
repldisp.set_help(_("i.e.\nUnited States of America/U.S.A"))
|
repldisp.set_help(_("i.e.\nUnited States of America/U.S.A"))
|
||||||
menu.add_option(category_name, "replace_list", repldisp)
|
menu.add_option(category_name, "replace_list", repldisp)
|
||||||
|
@ -1578,10 +1578,8 @@ class DescendTreeOptions(MenuReportOptions):
|
|||||||
##################
|
##################
|
||||||
category_name = _("Replace")
|
category_name = _("Replace")
|
||||||
|
|
||||||
# workaround for bug 8833
|
|
||||||
lines = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
|
|
||||||
repldisp = TextOption(
|
repldisp = TextOption(
|
||||||
_("Replace Display Format:\n'Replace this'/' with this'") + lines,
|
_("Replace Display Format:\n'Replace this'/' with this'"),
|
||||||
[])
|
[])
|
||||||
repldisp.set_help(_("i.e.\nUnited States of America/U.S.A"))
|
repldisp.set_help(_("i.e.\nUnited States of America/U.S.A"))
|
||||||
menu.add_option(category_name, "replace_list", repldisp)
|
menu.add_option(category_name, "replace_list", repldisp)
|
||||||
|
Loading…
Reference in New Issue
Block a user