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:
@ -20,7 +20,7 @@
|
||||
#define INTERACTIVE 0
|
||||
#define STACK_TRACE 1
|
||||
|
||||
char *stored_prog_name = "You forgot to set \"program\"";
|
||||
char *stored_prog_name = "you forgot to set \"program\"";
|
||||
static int stack_trace_done;
|
||||
|
||||
/***********/
|
||||
|
Reference in New Issue
Block a user