feedback: spare the user a superfluous scaring when trying to exit

Also, a simple question is easier to answer than an annotated one.
master
Benno Schulenberg 2019-04-01 18:04:14 +02:00
parent 84d21b0972
commit 19c82e6a43
1 changed files with 1 additions and 2 deletions

View File

@ -1064,8 +1064,7 @@ void do_exit(void)
if (ISSET(TEMP_FILE))
warn_and_shortly_pause(_("No file name"));
choice = do_yesno_prompt(FALSE, _("Save modified buffer? "
"(Answering \"No\" will DISCARD changes.) "));
choice = do_yesno_prompt(FALSE, _("Save modified buffer? "));
}
/* If the user chose not to save, or if the user chose to save and