Fix inconsistent naming of option

This commit is contained in:
Raphael Michel
2019-03-08 11:30:04 +01:00
parent bc4e6fa549
commit 4c0789ac20

View File

@@ -92,7 +92,7 @@ class ListExporter(BaseExporter):
choices=( choices=(
('xlsx', _('Excel (.xlsx)')), ('xlsx', _('Excel (.xlsx)')),
('default', _('CSV (with commas)')), ('default', _('CSV (with commas)')),
('excel', _('CSV (Excel-style)')), ('csv-excel', _('CSV (Excel-style)')),
('semicolon', _('CSV (with semicolons)')), ('semicolon', _('CSV (with semicolons)')),
), ),
)), )),