aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-03 07:50:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-06-03 07:52:23 +0800
commitee5124f9eb1645633cf287ed55c116cef850afe6 (patch)
tree0b9f72ad95f6dbba98fe31fadd512fd442448ffd /calendar
parent6057792e7d42d490c93f79b57b74baed20b8e4df (diff)
downloadgsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.tar
gsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.tar.gz
gsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.tar.bz2
gsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.tar.lz
gsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.tar.xz
gsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.tar.zst
gsoc2013-evolution-ee5124f9eb1645633cf287ed55c116cef850afe6.zip
Bug 257776 - Import assistant shows wrong extension for vCalendar files
Diffstat (limited to 'calendar')
-rw-r--r--calendar/importers/icalendar-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c
index 6c673f24fe..77884da945 100644
--- a/calendar/importers/icalendar-importer.c
+++ b/calendar/importers/icalendar-importer.c
@@ -659,7 +659,7 @@ static EImportImporter vcal_importer = {
EImportImporter *
vcal_importer_peek(void)
{
- vcal_importer.name = _("vCalendar files (.vcf)");
+ vcal_importer.name = _("vCalendar files (.vcs)");
vcal_importer.description = _("Evolution vCalendar importer");
return &vcal_importer;