diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-menu.c | 1 | ||||
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index 9c02f9bdf..3e32e7493 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -265,6 +265,7 @@ ephy_bookmarks_menu_rebuild (EphyBookmarksMenu *menu) empty = g_object_new (EGG_TYPE_ACTION, "name", EMPTY_ACTION_NAME, + /* This is the adjective, not the verb */ "label", _("Empty"), "sensitive", FALSE, NULL); diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index bd77c1a65..b594bf6aa 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -205,6 +205,7 @@ append_bookmarks_menu (EphyTopicAction *action, GtkWidget *menu, EphyNode *node, if (children->len < 1 && show_empty) { + /* This is the adjective, not the verb */ item = gtk_menu_item_new_with_label (_("Empty")); gtk_widget_set_sensitive (item, FALSE); gtk_widget_show (item); |