X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_lib.c;h=6601ce8744856085b8c2ee91e6e270f2bb77ab1f;hb=f1ca09e359410e2b578a24a647fc383edd5ab4b5;hp=76388f4b9ecc024041c9fca0ee4092bac6f87fe1;hpb=079475507f097b263fcd3037c8ee10f4b0dae325;p=apps%2Fmadmutt.git diff --git a/curs_lib.c b/curs_lib.c index 76388f4..6601ce8 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -284,7 +284,7 @@ void mutt_query_exit (void) curs_set (1); if (Timeout) timeout (-1); /* restore blocking operation */ - if (mutt_yesorno (_("Exit Mutt?"), M_YES) == M_YES) + if (mutt_yesorno (_("Exit Mutt-ng?"), M_YES) == M_YES) { endwin (); exit (1);