diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/ephy-history-window.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2003-05-09 David Adam Bordoley <bordoley@msu.edu> + + * src/ephy-history-window.c: + (confirmation_dialog_construct): + + s/items/links to match the docs. + 2003-05-08 David Adam Bordoley <bordoley@msu.edu> * data/epiphany.schemas.in: 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); |