diff options
author | Adam Hooper <adamh@src.gnome.org> | 2005-01-04 01:44:35 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2005-01-04 01:44:35 +0800 |
commit | 3c97a9bf4a384a76c51e4684b2d9a02266cf458f (patch) | |
tree | 7ad570ba7599ac53bd40205e8894dba81451e196 /src | |
parent | 61e3a5c5501f9d0789fcd9565fd934e84e6262dc (diff) | |
download | gsoc2013-epiphany-3c97a9bf4a384a76c51e4684b2d9a02266cf458f.tar.gz gsoc2013-epiphany-3c97a9bf4a384a76c51e4684b2d9a02266cf458f.tar.zst gsoc2013-epiphany-3c97a9bf4a384a76c51e4684b2d9a02266cf458f.zip |
Change Cl_ear History to Clear _History
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-history-window.c | 2 |
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) }, |