diff options
Diffstat (limited to 'src/ephy-history-window.c')
-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 1adba22cf..6d1be0f7b 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -253,7 +253,7 @@ confirmation_dialog_construct (EphyHistoryWindow *editor) gtk_widget_show (label); label = gtk_label_new (_("Clearing the browsing history will cause all" - " history items to be permanently deleted.")); + " history links to be permanently deleted.")); gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); gtk_label_set_line_wrap (GTK_LABEL (label), TRUE); gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0); |