aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index eeab28783..88117b567 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -198,7 +198,7 @@ static GtkActionEntry ephy_history_ui_entries [] = {
{ "SelectAll", NULL, N_("Select _All"), "<control>A",
N_("Select all history links or text"),
G_CALLBACK (cmd_select_all) },
- { "Clear", GTK_STOCK_CLEAR, N_("Cl_ear History"), NULL,
+ { "Clear", GTK_STOCK_CLEAR, N_("Clear _History"), NULL,
N_("Clear your browsing history"),
G_CALLBACK (cmd_clear) },