add missing string translation

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3040 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-10-06 20:46:11 +00:00
parent 4071de1989
commit 7b71f573e7
1 changed files with 1 additions and 1 deletions

View File

@ -2134,7 +2134,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 ?
statusbar(_("%sWords: %lu Lines: %ld Chars: %lu"), old_mark_set ?
_("In Selection: ") : "", (unsigned long)words, (long)lines,
(unsigned long)chars);
}