diff --git a/ChangeLog b/ChangeLog index 78a63ff0b..ec6558443 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ +2007-06-13 Brian Matherly + * src/plugins/GraphViz.py: Improve tooltip for latin-1 option. + 2007-06-12 Brian Matherly - * src/plugins/AbiWord2Doc.py: Fix width error + * src/docgen/AbiWord2Doc.py: Fix width error 2007-06-12 Brian Matherly * src/ReportBase/_ReportUtils.py: diff --git a/src/plugins/GraphViz.py b/src/plugins/GraphViz.py index 6cc52623c..1062b0edb 100644 --- a/src/plugins/GraphViz.py +++ b/src/plugins/GraphViz.py @@ -803,7 +803,8 @@ class GraphVizOptions(ReportOptions): dialog.add_frame_option(_("GraphViz Options"), '', self.latin_cb, _("If text doesn't show correctly in report, use this. " - "Required e.g. for default font with PS output.")) + "Required e.g. for default font with PS output. " + "Not typically required for SVG or JPG output.")) self.adoptionsdashed_cb = gtk.CheckButton(_("Indicate non-birth relationships with dotted lines")) self.adoptionsdashed_cb.set_active(self.options_dict['dashedl'])