aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2003-03-08 20:44:34 +0800
committerIain Holmes <iain@src.gnome.org>2003-03-08 20:44:34 +0800
commitdebc99b09a3217569e0835283384109fef182d7e (patch)
treed7568c06ba31458f83e5127178b794088fd2a242 /lib/widgets
parent6a8cdc3478fe1451cac86a9999fb172ab82bd83c (diff)
downloadgsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.tar
gsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.tar.gz
gsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.tar.bz2
gsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.tar.lz
gsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.tar.xz
gsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.tar.zst
gsoc2013-epiphany-debc99b09a3217569e0835283384109fef182d7e.zip
Make the popup labels more descriptive
Diffstat (limited to 'lib/widgets')
-rwxr-xr-xlib/widgets/ephy-editable-toolbar.c4
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 },
};