aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-popup.c2
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 },
};
/* ********************************************************************** */