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:
@@ -340,7 +340,7 @@ static int WriteSetting(const char *setting) {
|
||||
value = equals + 1; /* point to the value in name=value */
|
||||
|
||||
if (!*name || !*value || name == equals) {
|
||||
xwarnx(_("Malformed setting \"%s\""), setting);
|
||||
xwarnx(_("malformed setting \"%s\""), setting);
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user