aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorPiers Cornwell <piers@cvs.gnome.org>2004-02-04 23:59:15 +0800
committerPiers Cornwell <piers@src.gnome.org>2004-02-04 23:59:15 +0800
commit7dc59a52f88fd0298de79ea9531dd58c2235f334 (patch)
tree7229c3c2795ec8ad83dcf8fd9cf24e0d5200abe8 /src/ephy-history-window.c
parent3573f678ad8c18e31c18d985222e69e33c92985f (diff)
downloadgsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.tar
gsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.tar.gz
gsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.tar.bz2
gsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.tar.lz
gsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.tar.xz
gsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.tar.zst
gsoc2013-epiphany-7dc59a52f88fd0298de79ea9531dd58c2235f334.zip
Use title capitalisation for title.
2004-02-04 Piers Cornwell <piers@cvs.gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct): Use title capitalisation for title.
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 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,