diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-09 12:08:39 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-09 12:08:39 +0800 |
commit | 99da736a376322c5425dad776bc1871239c25f14 (patch) | |
tree | 83ace8b9476ea2ecac14ba453cec859dea3e3479 | |
parent | d14ce588e335a055d39d9a9665f55a3496fb76f0 (diff) | |
download | gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.tar gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.tar.gz gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.tar.bz2 gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.tar.lz gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.tar.xz gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.tar.zst gsoc2013-epiphany-99da736a376322c5425dad776bc1871239c25f14.zip |
s/items/links to match the docs.
2003-05-09 David Adam Bordoley <bordoley@msu.edu>
* src/ephy-history-window.c:
(confirmation_dialog_construct):
s/items/links to match the docs.
-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); |