aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/evolution-vcard-importer.c
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2007-12-06 01:57:09 +0800
committerSuman Manjunath <msuman@src.gnome.org>2007-12-06 01:57:09 +0800
commit4c836a0a8214111f247070943e4538b919e51c0d (patch)
treecfe11e888d1090ccf475c43a4a3bdf7c8fe88e4a /addressbook/importers/evolution-vcard-importer.c
parent1613f2b67d06537d0c8ff334188f42353dedd0ae (diff)
downloadgsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar
gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.gz
gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.bz2
gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.lz
gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.xz
gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.tar.zst
gsoc2013-evolution-4c836a0a8214111f247070943e4538b919e51c0d.zip
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
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;
}