From 19c82e6a431bb508d0c16ea7edf237d04af64972 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 1 Apr 2019 18:04:14 +0200 Subject: [PATCH] feedback: spare the user a superfluous scaring when trying to exit Also, a simple question is easier to answer than an annotated one. --- src/nano.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index 12ca54c3..03ca7c2d 100644 --- a/src/nano.c +++ b/src/nano.c @@ -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