Improve tooltip for latin-1 option in the Relationship Graph report.
svn: r8543
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
@@ -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'])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user