diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2007-12-06 01:57:09 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2007-12-06 01:57:09 +0800 |
commit | 4c836a0a8214111f247070943e4538b919e51c0d (patch) | |
tree | cfe11e888d1090ccf475c43a4a3bdf7c8fe88e4a /addressbook/gui/component | |
parent | 1613f2b67d06537d0c8ff334188f42353dedd0ae (diff) | |
download | gsoc2013-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/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index ec5600f80a..8d27b27f53 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -952,7 +952,7 @@ primary_source_selection_changed_callback (ESourceSelector *selector, static EPopupItem abv_source_popups[] = { { E_POPUP_ITEM, "10.new", N_("_New Address Book"), new_addressbook_cb, NULL, "contact-new", 0, 0 }, - { E_POPUP_ITEM, "20.saveasvcard", N_("Save As Vcard..."), save_addressbook_cb, NULL,"document-save-as", 0, EAB_POPUP_SOURCE_PRIMARY }, + { E_POPUP_ITEM, "20.saveasvcard", N_("Save As vCard..."), save_addressbook_cb, NULL,"document-save-as", 0, EAB_POPUP_SOURCE_PRIMARY }, { E_POPUP_BAR, "30.bar" }, { E_POPUP_ITEM, "30.delete", N_("_Delete"), delete_addressbook_cb, NULL, "edit-delete", 0, EAB_POPUP_SOURCE_USER|EAB_POPUP_SOURCE_PRIMARY }, |