more muttng -> madmutt
[apps/madmutt.git] / curs_lib.c
index e938adf..165c4fd 100644 (file)
@@ -264,7 +264,7 @@ void mutt_query_exit (void)
   curs_set (1);
   if (Timeout)
     timeout (-1);               /* restore blocking operation */
-  if (mutt_yesorno (_("Exit Mutt-ng?"), M_YES) == M_YES) {
+  if (mutt_yesorno (_("Exit Madmutt?"), M_YES) == M_YES) {
     mutt_endwin (NULL);
     exit (1);
   }