From 5da5ff4940933c91d85efd715ac165aedb81c2ed Mon Sep 17 00:00:00 2001 From: Oswald Rodrigues Date: Thu, 26 Jan 2006 16:14:54 +0000 Subject: Corrected typo. changed Add to Addressbook to Add to Address Book. Fixes 2006-01-26 Oswald Rodrigues * em-popup.c: Corrected typo. changed Add to Addressbook to Add to Address Book. Fixes bug 326256. svn path=/trunk/; revision=31318 --- mail/em-popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-popup.c') 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 }, }; /* ********************************************************************** */ -- cgit v1.2.3