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