From 749d08d537b5de44ab852658276a165ea351b49b Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Wed, 27 Jul 2011 14:50:20 +0200 Subject: Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c --- plugins/save-calendar/ical-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/save-calendar/ical-format.c') diff --git a/plugins/save-calendar/ical-format.c b/plugins/save-calendar/ical-format.c index 39cac6f2e0..039fdd8d55 100644 --- a/plugins/save-calendar/ical-format.c +++ b/plugins/save-calendar/ical-format.c @@ -163,7 +163,7 @@ FormatHandler *ical_format_handler_new (void) FormatHandler *handler = g_new (FormatHandler, 1); handler->isdefault = TRUE; - handler->combo_label = _("iCalendar format (.ics)"); + handler->combo_label = _("iCalendar (.ics)"); handler->filename_ext = ".ics"; handler->options_widget = NULL; handler->save = do_save_calendar_ical; -- cgit v1.2.3