aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmark-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties.c')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index 1de14b433..9d6fde632 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -402,7 +402,7 @@ build_ui (EphyBookmarkProperties *editor)
gtk_table_attach (GTK_TABLE (table), scrolled_window, 1, 2, 2, 3,
GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0);
- checkbox = gtk_check_button_new_with_mnemonic (_("Show in the bookmarks _toolbar"));
+ checkbox = gtk_check_button_new_with_mnemonic (_("_Show in the bookmarks toolbar"));
state = ephy_node_get_property_boolean (editor->priv->bookmark,
EPHY_NODE_BMK_PROP_SHOW_IN_TOOLBAR);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (checkbox), state);