diff options
Diffstat (limited to 'lib/widgets/ephy-editable-toolbar.c')
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, }; |