aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/ical-format.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-07-27 20:50:20 +0800
committerAndre Klapper <a9016009@gmx.de>2011-07-27 20:50:20 +0800
commit749d08d537b5de44ab852658276a165ea351b49b (patch)
tree3c7f01dfbde8a292fc255661cdfab6b7e3ef6078 /plugins/save-calendar/ical-format.c
parent92948376b97fcd22c4bfad14765e1bb8f2fa803b (diff)
downloadgsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.tar
gsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.tar.gz
gsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.tar.bz2
gsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.tar.lz
gsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.tar.xz
gsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.tar.zst
gsoc2013-evolution-749d08d537b5de44ab852658276a165ea351b49b.zip
Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c
Diffstat (limited to 'plugins/save-calendar/ical-format.c')
-rw-r--r--plugins/save-calendar/ical-format.c2
1 files changed, 1 insertions, 1 deletions
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;