Commit 4097379a authored by Chris Allegretta's avatar Chris Allegretta
Browse files

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
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -68,7 +68,7 @@ my window.&nbsp;&nbsp; How can I fix that?</a></font> ...@@ -68,7 +68,7 @@ my window.&nbsp;&nbsp; How can I fix that?</a></font>
search string, the string I last searched for is already in front of search string, the string I last searched for is already in front of
my cursor! !What happened?!</a></font> my cursor! !What happened?!</a></font>
<br><font color="#330000"><a href="#4.6">4.6. I get the message "NumLock <br><font color="#330000"><a href="#4.6">4.6. I get the message "NumLock
glitch detected. Keypad will malfunction without NumLock on." What glitch detected. Keypad will malfunction with NumLock off." What
gives?</a></font> gives?</a></font>
<br><font color="#330000"><a href="#4.7">4.7. How do I make nano my <br><font color="#330000"><a href="#4.7">4.7. How do I make nano my
default editor (in Pine, mutt, etc.)?</a></font></blockquote> default editor (in Pine, mutt, etc.)?</a></font></blockquote>
...@@ -427,7 +427,7 @@ details).</font></blockquote> ...@@ -427,7 +427,7 @@ details).</font></blockquote>
<h2> <h2>
<a NAME="4.6"></a>I get the message "NumLock glitch detected. Keypad <a NAME="4.6"></a>I get the message "NumLock glitch detected. Keypad
will malfunction without NumLock on." What gives?</h2> will malfunction with NumLock off." What gives?</h2>
<blockquote> <blockquote>
Nano (actually almost all console editors do) has issues when cycling Nano (actually almost all console editors do) has issues when cycling
......
...@@ -2057,7 +2057,7 @@ void print_numlock_warning(void) ...@@ -2057,7 +2057,7 @@ void print_numlock_warning(void)
{ {
static int didmsg = 0; static int didmsg = 0;
if (!didmsg) { if (!didmsg) {
statusbar(_("NumLock glitch detected. Keypad will malfunction without NumLock on")); statusbar(_("NumLock glitch detected. Keypad will malfunction with NumLock off"));
didmsg = 1; didmsg = 1;
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment