From 7dc59a52f88fd0298de79ea9531dd58c2235f334 Mon Sep 17 00:00:00 2001 From: Piers Cornwell Date: Wed, 4 Feb 2004 15:59:15 +0000 Subject: Use title capitalisation for title. 2004-02-04 Piers Cornwell * src/ephy-history-window.c: (confirmation_dialog_construct): Use title capitalisation for title. --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-history-window.c') 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, -- cgit v1.2.3