aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/csv-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/save-calendar/csv-format.c')
-rw-r--r--plugins/save-calendar/csv-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/save-calendar/csv-format.c b/plugins/save-calendar/csv-format.c
index da21588d8c..cbbfa6691c 100644
--- a/plugins/save-calendar/csv-format.c
+++ b/plugins/save-calendar/csv-format.c
@@ -622,7 +622,7 @@ FormatHandler *csv_format_handler_new (void)
FormatHandler *handler = g_new (FormatHandler, 1);
handler->isdefault = FALSE;
- handler->combo_label = _("Comma separated value format (.csv)");
+ handler->combo_label = _("Comma separated values (.csv)");
handler->filename_ext = ".csv";
handler->data = g_new (CsvPluginData, 1);
handler->options_widget = create_options_widget (handler);