comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-06-19 14:24:12 +00:00
parent 186c795b88
commit df7aaed743
1 changed files with 2 additions and 3 deletions

View File

@ -390,9 +390,8 @@ void help_init(void)
#ifndef NANO_TINY #ifndef NANO_TINY
/* If we're on the main list, we also count the toggle help text. /* If we're on the main list, we also count the toggle help text.
* Each non-blank entry has "M-%c\t\t\t", which fills 24 columns, * Each entry has "M-%c\t\t\t", which fills 24 columns, plus a
* plus a space, plus translated text, plus one or two '\n's. Each * space, plus translated text, plus one or two '\n's. */
* blank entry has just one or two '\n's. */
if (currshortcut == main_list) { if (currshortcut == main_list) {
size_t endis_len = strlen(_("enable/disable")); size_t endis_len = strlen(_("enable/disable"));