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

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