3343: Misnamed report format. Open Document to OpenDocument

svn: r13632
This commit is contained in:
Jérôme Rapinat
2009-11-19 11:13:39 +00:00
parent f3d85ec0f4
commit 22b476be8a
3 changed files with 5 additions and 5 deletions

View File

@@ -105,8 +105,8 @@ plg.extension = "tex"
plg = newplugin() plg = newplugin()
plg.id = 'odfdoc' plg.id = 'odfdoc'
plg.name = _('OpenDocument 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'