]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Aug 2005 19:38:11 +0000 (19:38 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Aug 2005 19:38:11 +0000 (19:38 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2976 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index 64af010f2dadbba4e6541fb7541d0ef5434e1079..62c7e3938c4cf87ca7d05d6933f4e17e258d729f 100644 (file)
@@ -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 */