per Benno Schulenberg's patch, in help_init(), if one of the help

strings ends in newlines followed by a space, move the space to the next
help string to make it easier for translators to see


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3644 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-06-09 12:44:34 +00:00
parent 11516e0384
commit 9c2f7ab341
2 changed files with 7 additions and 4 deletions

View File

@ -247,6 +247,9 @@ CVS code -
to display more of "^Space" and "M-Space". (DLR, suggested by
Benno Schulenberg)
- Add various wording fixes. (DLR and Benno Schulenberg)
- If one of the help strings ends in newlines followed by a
space, move the space to the next help string to make it
easier for translators to see. (Benno Schulenberg)
parse_help_input()
- Add Space and - as aliases for PageDown and PageUp, for
consistency with the file browser. (DLR, suggested by Benno