feedback: spare the user a superfluous scaring when trying to exit
Also, a simple question is easier to answer than an annotated one.master
parent
84d21b0972
commit
19c82e6a43
|
@ -1064,8 +1064,7 @@ void do_exit(void)
|
||||||
if (ISSET(TEMP_FILE))
|
if (ISSET(TEMP_FILE))
|
||||||
warn_and_shortly_pause(_("No file name"));
|
warn_and_shortly_pause(_("No file name"));
|
||||||
|
|
||||||
choice = do_yesno_prompt(FALSE, _("Save modified buffer? "
|
choice = do_yesno_prompt(FALSE, _("Save modified buffer? "));
|
||||||
"(Answering \"No\" will DISCARD changes.) "));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the user chose not to save, or if the user chose to save and
|
/* If the user chose not to save, or if the user chose to save and
|
||||||
|
|
Loading…
Reference in New Issue