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:
parent
c602fe5a8e
commit
8c219bf463
7 changed files with 25 additions and 26 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue