svn: r18461
This commit is contained in:
Jérôme Rapinat 2011-11-18 11:33:14 +00:00
parent a7ce1af962
commit ff2269dc0e

View File

@ -38,7 +38,7 @@ plg.fname = 'ExportCsv.py'
plg.ptype = EXPORT
plg.export_function = 'exportData'
plg.export_options = 'CSVWriterOptionBox'
plg.export_options_title = ('CSV spreadsheet options')
plg.export_options_title = _('CSV spreadsheet options')
plg.extension = "csv"
#------------------------------------------------------------------------