aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbar.c')
-rwxr-xr-xsrc/toolbar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index e4242b971..60e003a11 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -366,6 +366,7 @@ toolbar_setup_actions (Toolbar *t)
action = g_object_new (EPHY_TYPE_FAVICON_ACTION,
"name", "Favicon",
"label", _("Favicon"),
+ "tooltip", _("Drag and drop this icon to create a link to this page"),
"window", t->priv->window,
"visible-overflown", FALSE,
NULL);