textual: gettextize several overlooked messages

Also improve the clarity of some of them.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2012-02-06 16:11:27 +01:00 committed by Karel Zak
parent c602fe5a8e
commit 8c219bf463
7 changed files with 25 additions and 26 deletions

View file

@ -88,7 +88,6 @@ static int do_rename(char *from, char *to, char *s, int verbose, int symtarget)
printf("`%s' -> `%s'\n", s, newname);
}
free(newname);
return 1;
}
@ -148,7 +147,7 @@ int main(int argc, char **argv)
argv += optind;
if (argc < 3) {
warnx("not enough arguments");
warnx(_("not enough arguments"));
usage(stderr);
}