Nico Golde:
[apps/madmutt.git] / curs_lib.c
index d62d651..6601ce8 100644 (file)
@@ -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);
@@ -727,7 +727,7 @@ void mutt_paddstr (int n, const char *s)
     {
       if (w > n)
         break;
-      addnstr ((char *)s, 1);
+      addnstr ((char *)s, k);
       n -= w;
     }
   }