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 | |
parent | dba0c5075bbecea9d58f32170625865ae1135bcc (diff) | |
download | gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar.gz gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar.bz2 gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar.lz gsoc2013-evolution-5da5ff4940933c91d85efd715ac165aedb81c2ed.tar.xz 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')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/em-popup.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f948a008f3..d49ece9614 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +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. + 2006-01-23 Andre Klapper <a9016009@gmx.de> * mail.error.xml: fixed a typo. Fixes bug 328306. 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 }, }; /* ********************************************************************** */ |