commit 815fb0a2a21db8c414e0bdec01b1d6a42bfaf54e
parent 6ff695c1545a39bc7e36aede26cc721b58fa509c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 5 Aug 2005 19:38:11 +0000
cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2976 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/text.c b/src/text.c
@@ -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 */