[evolution] Bug 257776 - Import assistant shows wrong extension for vCalendar files
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 257776 - Import assistant shows wrong extension for vCalendar files
- Date: Wed, 2 Jun 2010 23:52:29 +0000 (UTC)
commit ee5124f9eb1645633cf287ed55c116cef850afe6
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Jun 2 19:50:32 2010 -0400
Bug 257776 - Import assistant shows wrong extension for vCalendar files
calendar/importers/icalendar-importer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c
index 6c673f2..77884da 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]