aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog5
-rwxr-xr-xlib/widgets/ephy-editable-toolbar.c4
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 <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 },
};