Commit 815fb0a2 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2976 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 6ff695c1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2129,7 +2129,7 @@ void do_wordlinechar_count(void)
/* Display the total word, line, and character counts on the
* statusbar. */
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);
}
#endif /* !NANO_SMALL */
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