cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2976 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
6ff695c154
commit
815fb0a2a2
|
@ -2129,7 +2129,7 @@ void do_wordlinechar_count(void)
|
||||||
/* Display the total word, line, and character counts on the
|
/* Display the total word, line, and character counts on the
|
||||||
* statusbar. */
|
* statusbar. */
|
||||||
statusbar("%sWords: %lu Lines: %ld Chars: %lu", old_mark_set ?
|
statusbar("%sWords: %lu Lines: %ld Chars: %lu", old_mark_set ?
|
||||||
_("(In Selection) ") : "", (unsigned long)words, (long)lines,
|
_("In Selection: ") : "", (unsigned long)words, (long)lines,
|
||||||
(unsigned long)chars);
|
(unsigned long)chars);
|
||||||
}
|
}
|
||||||
#endif /* !NANO_SMALL */
|
#endif /* !NANO_SMALL */
|
||||||
|
|
Loading…
Reference in New Issue