ps: unify cases and remove trailing dots in messages

Strings with lower caps & no trailing dots have greater change to
have multiple occurences, meaning less effort for translators, than
strings with them.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola
2012-01-13 22:38:47 +01:00
parent 0e8c4659de
commit 79ceb30b5c
12 changed files with 188 additions and 187 deletions

View File

@ -426,7 +426,7 @@ static void __attribute__ ((__noreturn__))
#if 0
static void _skillsnice_usage(int line)
{
fprintf(stderr, _("Something at line %d.\n"), line);
fprintf(stderr, _("something at line %d\n"), line);
skillsnice_usage(stderr);
}