From 6aff7ef1f87f4e35032e49a82d10175f57903d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 18 Nov 2011 11:31:46 +0000 Subject: [PATCH] typo svn: r18460 --- src/plugins/export/export.gpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" #------------------------------------------------------------------------