diff --git a/src/plugins/export/export.gpr.py b/src/plugins/export/export.gpr.py index 648c711cd..36a023393 100644 --- a/src/plugins/export/export.gpr.py +++ b/src/plugins/export/export.gpr.py @@ -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" #------------------------------------------------------------------------