aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-history-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2731caa13..538fb1a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-04 Piers Cornwell <piers@cvs.gnome.org>
+
+ * src/ephy-history-window.c: (confirmation_dialog_construct):
+
+ Use title capitalisation for title.
+
2004-02-02 Maxim Dziumanenko <mvd@mylinux.com.ua>
* configure.in: Added "uk" in ALL_LINGUAS
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index c1545e748..17e5194e8 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -243,7 +243,7 @@ confirmation_dialog_construct (EphyHistoryWindow *editor)
GtkWidget *align;
char *str;
- dialog = gtk_dialog_new_with_buttons (_("Clear history"),
+ dialog = gtk_dialog_new_with_buttons (_("Clear History"),
GTK_WINDOW (editor),
GTK_DIALOG_DESTROY_WITH_PARENT |
GTK_DIALOG_NO_SEPARATOR,