From 4c836a0a8214111f247070943e4538b919e51c0d Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Wed, 5 Dec 2007 17:57:09 +0000 Subject: Corrected misspelled instances of vCard in: M addressbook/gui/component/addressbook-view.c M addressbook/gui/widgets/eab-vcard-control.c M addressbook/gui/widgets/eab-gui-util.c M addressbook/gui/widgets/e-addressbook-view.c M addressbook/importers/evolution-vcard-importer.c svn path=/trunk/; revision=34657 --- addressbook/importers/evolution-vcard-importer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/importers/evolution-vcard-importer.c') diff --git a/addressbook/importers/evolution-vcard-importer.c b/addressbook/importers/evolution-vcard-importer.c index 9afb1b0a47..ef54ffd844 100644 --- a/addressbook/importers/evolution-vcard-importer.c +++ b/addressbook/importers/evolution-vcard-importer.c @@ -544,8 +544,8 @@ static EImportImporter vcard_importer = { EImportImporter * evolution_vcard_importer_peek(void) { - vcard_importer.name = _("VCard (.vcf, .gcrd)"); - vcard_importer.description = _("Evolution VCard Importer"); + vcard_importer.name = _("vCard (.vcf, .gcrd)"); + vcard_importer.description = _("Evolution vCard Importer"); return &vcard_importer; } -- cgit v1.2.3