From 62666baa8d3eea73018678974e182199bfe6f642 Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Wed, 21 May 2003 14:08:05 +0000 Subject: s/address/page. This always bothered me. 2003-05-21 David Bordoley * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): s/address/page. This always bothered me. --- ChangeLog | 6 ++++++ src/bookmarks/ephy-new-bookmark.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 540f3e99b..b68559a6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-21 David Bordoley + + * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): + + s/address/page. This always bothered me. + 2003-05-21 Christian Neumair * data/glade/epiphany.glade diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c index 6a842b42b..a09336573 100644 --- a/src/bookmarks/ephy-new-bookmark.c +++ b/src/bookmarks/ephy-new-bookmark.c @@ -340,7 +340,7 @@ duplicate_dialog_construct (GtkWindow *parent, gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); gtk_label_set_line_wrap (GTK_LABEL (label), TRUE); tmp_title = g_strconcat ("", title, "", NULL); - tmp_str = g_strdup_printf (_("A bookmark titled %s already exists for this address"), + tmp_str = g_strdup_printf (_("A bookmark titled %s already exists for this page."), tmp_title); str = g_strconcat ("", tmp_str, "", NULL); gtk_label_set_markup (GTK_LABEL (label), str); -- cgit v1.2.3