aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2005-01-03 01:33:50 +0800
committerAdam Hooper <adamh@src.gnome.org>2005-01-03 01:33:50 +0800
commit51771ef681764279addf76485d3bfa037306281e (patch)
tree2935089ce36ffcedcb14199f1940b474364fa4ec /src
parent25b25468e0c11a1e2434aa2d5c8e994d509aba0f (diff)
downloadgsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.tar
gsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.tar.gz
gsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.tar.bz2
gsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.tar.lz
gsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.tar.xz
gsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.tar.zst
gsoc2013-epiphany-51771ef681764279addf76485d3bfa037306281e.zip
Change C_lear to Cl_ear. Fixes bug #162706.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-history-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 912e5b4f0..eeab28783 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_("C_lear History"), NULL,
+ { "Clear", GTK_STOCK_CLEAR, N_("Cl_ear History"), NULL,
N_("Clear your browsing history"),
G_CALLBACK (cmd_clear) },
@@ -262,7 +262,7 @@ confirmation_dialog_construct (EphyHistoryWindow *editor)
_("Clearing the browsing history will cause all"
" history links to be permanently deleted."));
- button = gtk_button_new_with_label (_("C_lear"));
+ button = gtk_button_new_with_label (_("Cl_ear"));
image = gtk_image_new_from_stock (GTK_STOCK_CLEAR, GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (button), image);
gtk_widget_show (image);