From 2226781a980fd9317f15dd5c8ab441a39c901c7b Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 4 Sep 2016 12:52:08 -0700 Subject: [PATCH] clarify new Graphviz backend option --- gramps/gen/plug/docgen/graphdoc.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gramps/gen/plug/docgen/graphdoc.py b/gramps/gen/plug/docgen/graphdoc.py index 20133258e..71babba32 100644 --- a/gramps/gen/plug/docgen/graphdoc.py +++ b/gramps/gen/plug/docgen/graphdoc.py @@ -87,9 +87,9 @@ _RATIO = [ { 'name' : _("Compress to minimal size"), 'value': "compress" }, _NOTELOC = [ { 'name' : _("Top"), 'value' : "t" }, { 'name' : _("Bottom"), 'value' : "b" }] -_SPLINE = [ { 'name' : _("Lines"), 'value' : "false" }, - { 'name' : _("Curves"), 'value' : "true", }, - { 'name' : _("Ortho"), 'value' : 'ortho'} ] +_SPLINE = [ { 'name' : _("Straight"), 'value' : "false" }, + { 'name' : _("Curved"), 'value' : "true", }, + { 'name' : _("Orthogonal"), 'value' : 'ortho'} ] if win(): _DOT_FOUND = search_for("dot.exe") @@ -179,11 +179,10 @@ class GVOptions: "or vertical pages are greater than 1.")) menu.add_option(category, "page_dir", page_dir) - spline = EnumeratedListOption(_("Spline mode"), "true") + spline = EnumeratedListOption(_("Connecting lines"), "true") for item in _SPLINE: spline.add_item(item["value"], item["name"]) - spline.set_help(_("Sets type of lines to be straight, no curves or " - "angles(ortho).")) + spline.set_help(_("How the lines between objects will be drawn.")) menu.add_option(category, "spline", spline) # the page direction option only makes sense when the