From: fredrik Date: Mon, 7 May 2007 20:16:37 +0000 (+0000) Subject: Better wording. X-Git-Tag: 0.4~45 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=1a724a902ae34eceb4655a76941d4c75e2d28655 Better wording. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1025 959494ce-11ee-0310-bf91-de5d638817bd --- 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();