X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_lib.c;h=6601ce8744856085b8c2ee91e6e270f2bb77ab1f;hp=76388f4b9ecc024041c9fca0ee4092bac6f87fe1;hb=4ca1867975c2c1f247557d4f33ea6ca6dbe9eae0;hpb=777c7ccc259a8b7f5fadac70267c59e62a2cb300 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);