3343: Misnamed report format. Open Document to OpenDocument
svn: r13632
This commit is contained in:
		@@ -393,7 +393,7 @@ other file types to your Gramps family tree.
 | 
			
		||||
Gramps allows you to generate a number of reports (both text and graphical)
 | 
			
		||||
based on your genealogical information. There is great flexibility in
 | 
			
		||||
selecting what people are included in the reports as well as the output
 | 
			
		||||
format (html, pdf, Open Document Text, RTF, LaTeX and plain text).
 | 
			
		||||
format (html, pdf, OpenDocument Text, RTF, LaTeX and plain text).
 | 
			
		||||
Experiment with the reports under the <b>Reports</b> menu to get an idea
 | 
			
		||||
of how powerful Gramps is.
 | 
			
		||||
</_tip>
 | 
			
		||||
 
 | 
			
		||||
@@ -769,7 +769,7 @@ class ListView(NavigationView):
 | 
			
		||||
        box.pack_start(label, True, True, padding=12)
 | 
			
		||||
        box.pack_start(combobox, False, False)
 | 
			
		||||
        combobox.append_text(_('CSV'))
 | 
			
		||||
        combobox.append_text(_('Open Document Spreadsheet'))
 | 
			
		||||
        combobox.append_text(_('OpenDocument Spreadsheet'))
 | 
			
		||||
        combobox.set_active(0)
 | 
			
		||||
        box.show_all()
 | 
			
		||||
        chooser.set_extra_widget(box)
 | 
			
		||||
 
 | 
			
		||||
@@ -104,9 +104,9 @@ plg.extension = "tex"
 | 
			
		||||
 | 
			
		||||
plg = newplugin()
 | 
			
		||||
plg.id    = 'odfdoc'
 | 
			
		||||
plg.name  = _('Open Document Text')
 | 
			
		||||
plg.description =  _("Generates documents in Open "
 | 
			
		||||
                     "Document Text format (.odt).")
 | 
			
		||||
plg.name  = _('OpenDocument Text')
 | 
			
		||||
plg.description =  _("Generates documents in OpenDocument "
 | 
			
		||||
                     "Text format (.odt).")
 | 
			
		||||
plg.version = '1.0'
 | 
			
		||||
plg.status = STABLE
 | 
			
		||||
plg.fname = 'ODFDoc.py'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user