diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 460f817c6..7fa42634b 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -100,7 +100,7 @@ ephy_gui_confirm_overwrite_file (GtkWidget *parent, const char *filename) _("If you choose to overwrite this file, " "the contents will be lost.")); - dialog = gtk_dialog_new_with_buttons (_(""), + dialog = gtk_dialog_new_with_buttons (_("Overwrite File"), parent ? GTK_WINDOW (parent) : NULL, GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR, GTK_STOCK_CANCEL, |