diff options
author | Oswald Rodrigues <ozzy_rodrigues@yahoo.com> | 2006-01-27 00:14:54 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-27 00:14:54 +0800 |
commit | 5da5ff4940933c91d85efd715ac165aedb81c2ed (patch) | |
tree | 4d6ab009eeba43fe64d4daa24401a329af082a06 /mail/em-popup.c | |
parent | dba0c5075bbecea9d58f32170625865ae1135bcc (diff) | |
download | gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar.gz gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar.zst gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.zip |
Corrected typo. changed Add to Addressbook to Add to Address Book. Fixes
2006-01-26 Oswald Rodrigues <ozzy_rodrigues@yahoo.com>
* em-popup.c: Corrected typo. changed Add to Addressbook to Add
to Address Book. Fixes bug 326256.
svn path=/trunk/; revision=31318
Diffstat (limited to 'mail/em-popup.c')
-rw-r--r-- | mail/em-popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-popup.c b/mail/em-popup.c index 6aaceadc32..eaa73e045d 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -619,7 +619,7 @@ emp_uri_popup_address_add(EPopup *ep, EPopupItem *item, void *data) static EPopupItem emp_standard_uri_popups[] = { { E_POPUP_ITEM, "00.uri.00", N_("_Open Link in Browser"), emp_uri_popup_link_open, NULL, NULL, EM_POPUP_URI_NOT_MAILTO }, { E_POPUP_ITEM, "00.uri.10", N_("_Send New Message To..."), emp_uri_popup_address_send, NULL, NULL, EM_POPUP_URI_MAILTO }, - { E_POPUP_ITEM, "00.uri.20", N_("_Add to Addressbook"), emp_uri_popup_address_add, NULL, NULL, EM_POPUP_URI_MAILTO }, + { E_POPUP_ITEM, "00.uri.20", N_("_Add to Address Book"), emp_uri_popup_address_add, NULL, NULL, EM_POPUP_URI_MAILTO }, }; /* ********************************************************************** */ |