diff options
Diffstat (limited to 'src/bookmarks/ephy-open-tabs-action.c')
-rw-r--r-- | src/bookmarks/ephy-open-tabs-action.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-open-tabs-action.c b/src/bookmarks/ephy-open-tabs-action.c index 4dcc04dfa..19ab5f2ad 100644 --- a/src/bookmarks/ephy-open-tabs-action.c +++ b/src/bookmarks/ephy-open-tabs-action.c @@ -74,7 +74,8 @@ node_added_cb (EphyNode *parent, EPHY_OPEN_TABS_ACTION_NAME_PRINTF (name, child); /* FIXME !!!! */ - action = gtk_action_new (name, _("Open in New _Tabs"), "Open this topic in tabs", NULL); + action = gtk_action_new (name, _("Open in New _Tabs"), + _("Open the bookmarks in this topic in new tabs"), NULL); action_object = (GObject *) action; g_object_set_data (action_object, "ephy-node", child); |