Changed 'without NumLock on' to 'with NumLock off', more easy to understand?


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@480 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/nano.c b/nano.c
index 43468eb..f1add81 100644
--- a/nano.c
+++ b/nano.c
@@ -2057,7 +2057,7 @@
 {
     static int didmsg = 0;
     if (!didmsg) {
-	statusbar(_("NumLock glitch detected.  Keypad will malfunction without NumLock on"));
+	statusbar(_("NumLock glitch detected.  Keypad will malfunction with NumLock off"));
 	didmsg = 1;
     }
 }