aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/evolution-vcard-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/importers/evolution-vcard-importer.c')
-rw-r--r--addressbook/importers/evolution-vcard-importer.c4
1 files changed, 2 insertions, 2 deletions
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;
}