diff options
Diffstat (limited to 'src/toolbar.c')
-rwxr-xr-x | src/toolbar.c | 1 |
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); |