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

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