X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=config%2Fdolconf.c;fp=config%2Fdolconf.c;h=38d1367c733d27eec94181a01a377ee26fd95c98;hb=1a724a902ae34eceb4655a76941d4c75e2d28655;hp=6edc9a6bb7681fad8987057f342585c262337b70;hpb=80625aa9ccbc4bd21eacc65e0020fdd1b3f052cb;p=doldaconnect.git diff --git a/config/dolconf.c b/config/dolconf.c index 6edc9a6..38d1367 100644 --- a/config/dolconf.c +++ b/config/dolconf.c @@ -732,7 +732,7 @@ void cb_cfw_quit_activate(GtkWidget *widget, gpointer uudata) { cfw2conf(); if(dirty) { - if(msgbox(GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _("There are unsaved settings. Do you wish to discard the changes and exit anyway?")) == GTK_RESPONSE_NO) + if(msgbox(GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _("There are unsaved changes. Do you wish to discard the changes and exit anyway?")) == GTK_RESPONSE_NO) return; } gtk_main_quit();