@@ -244,9 +244,7 @@ class GVOptions():
|
||||
category = _("Note")
|
||||
################################
|
||||
|
||||
# workaround for bug 8833
|
||||
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 = TextOption(_("Note to add to the graph"),
|
||||
[""] )
|
||||
note.set_help(_("This text will be added to the graph."))
|
||||
menu.add_option(category, "note", note)
|
||||
|
Reference in New Issue
Block a user