Commit b9180f4a authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Remove bogus space from help text.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2475 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -12,6 +12,8 @@ CVS code - ...@@ -12,6 +12,8 @@ CVS code -
- Use a long instead of an int for the number prepended to the - Use a long instead of an int for the number prepended to the
filename. (DLR) filename. (DLR)
- nano.c: - nano.c:
help_init()
- Remove extra space from main help text (Jordi).
print1opt_full() print1opt_full()
- If desc should be empty, allow it to be NULL instead of - If desc should be empty, allow it to be NULL instead of
"", since the latter is not necessarily translated as "". "", since the latter is not necessarily translated as "".
......
...@@ -400,7 +400,7 @@ void help_init(void) ...@@ -400,7 +400,7 @@ void help_init(void)
"showing the file being edited. The status line is " "showing the file being edited. The status line is "
"the third line from the bottom and shows important " "the third line from the bottom and shows important "
"messages. The bottom two lines show the most " "messages. The bottom two lines show the most "
"commonly used shortcuts in the editor.\n\n "); "commonly used shortcuts in the editor.\n\n");
htx[1] = N_("The notation for shortcuts is as follows: " htx[1] = N_("The notation for shortcuts is as follows: "
"Control-key sequences are notated with a caret (^) " "Control-key sequences are notated with a caret (^) "
"symbol and can be entered either by using the Control " "symbol and can be entered either by using the Control "
......
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