diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.c | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2003-03-08 Iain <iain@prettypeople.org> + + * lib/widgets/ephy-editable-toolbar.c: Make the context menu strings + move descriptive. + 2003-03-07 James Willcox <jwillcox@gnome.org> * 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 }, }; |