aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-20 08:16:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-20 08:16:57 +0000
commit9284b3b9a8936ac973589bef2c3d791dae10efcf (patch)
treee1a8c138b93ed22f6f99143b06b25c619883be43 /src/summaryview.c
parent2ddca31aaa249de33cf057487420f0ff56cb11a0 (diff)
added 'Add to address book' to the context menu of textview.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@352 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index 34889990..3c19c6c9 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -392,7 +392,7 @@ static GtkItemFactoryEntry summary_popup_entries[] =
{N_("/---"), NULL, NULL, 0, "<Separator>"},
{N_("/Re-_edit"), NULL, summary_reedit, 0, NULL},
{N_("/---"), NULL, NULL, 0, "<Separator>"},
- {N_("/Add sender to address boo_k"),
+ {N_("/Add sender to address boo_k..."),
NULL, summary_add_address_cb, 0, NULL},
{N_("/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_View"), NULL, NULL, 0, "<Branch>"},
@@ -1016,7 +1016,7 @@ static void summary_set_menu_sensitive(SummaryView *summaryview)
menu_set_sensitive(ifactory, "/Forward as attachment", TRUE);
menu_set_sensitive(ifactory, "/Redirect", sens);
- menu_set_sensitive(ifactory, "/Add sender to address book", sens);
+ menu_set_sensitive(ifactory, "/Add sender to address book...", sens);
menu_set_sensitive(ifactory, "/View", sens);
menu_set_sensitive(ifactory, "/View/Open in new window", sens);