From debc99b09a3217569e0835283384109fef182d7e Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sat, 8 Mar 2003 12:44:34 +0000 Subject: Make the popup labels more descriptive --- ChangeLog | 5 +++++ lib/widgets/ephy-editable-toolbar.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb73b6088..6d8617e3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-08 Iain + + * lib/widgets/ephy-editable-toolbar.c: Make the context menu strings + move descriptive. + 2003-03-07 James Willcox * lib/widgets/ephy-editable-toolbar.c: diff --git a/lib/widgets/ephy-editable-toolbar.c b/lib/widgets/ephy-editable-toolbar.c index 6ec94da8f..7307140c8 100755 --- a/lib/widgets/ephy-editable-toolbar.c +++ b/lib/widgets/ephy-editable-toolbar.c @@ -69,9 +69,9 @@ static EggActionGroupEntry ephy_toolbar_popups [] = { { "FakeToplevel", (""), NULL, NULL, NULL, NULL, NULL }, /* Popups */ - { "RemoveToolbarPopup", N_("_Remove"), GTK_STOCK_REMOVE, NULL, + { "RemoveToolbarPopup", N_("_Remove Toolbar"), GTK_STOCK_REMOVE, NULL, NULL, G_CALLBACK (ephy_editable_toolbar_remove_cb), NULL }, - { "EditToolbarPopup", N_("_Edit"), GTK_STOCK_PREFERENCES, NULL, + { "EditToolbarPopup", N_("_Edit Toolbars..."), GTK_STOCK_PREFERENCES, NULL, NULL, G_CALLBACK (ephy_editable_toolbar_edit_cb), NULL }, }; -- cgit v1.2.3