aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorDavid Adam Bordoley <bordoley@msu.edu>2003-05-09 12:08:39 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-05-09 12:08:39 +0800
commit99da736a376322c5425dad776bc1871239c25f14 (patch)
tree83ace8b9476ea2ecac14ba453cec859dea3e3479 /src/ephy-history-window.c
parentd14ce588e335a055d39d9a9665f55a3496fb76f0 (diff)
downloadgsoc2013-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.
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
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);