Improve tooltip for latin-1 option in the Relationship Graph report.

svn: r8543
This commit is contained in:
Brian Matherly 2007-06-13 11:53:06 +00:00
parent 165cebcd68
commit 5bd7f917c8
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2007-06-13 Brian Matherly <brian@gramps-project.org>
* src/plugins/GraphViz.py: Improve tooltip for latin-1 option.
2007-06-12 Brian Matherly <brian@gramps-project.org>
* src/plugins/AbiWord2Doc.py: Fix width error
* src/docgen/AbiWord2Doc.py: Fix width error
2007-06-12 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_ReportUtils.py:

View File

@ -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'])