diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2010-06-10 14:29:27 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-06-14 11:19:19 +0200 |
commit | e6b0611b4622d70569705dd6eef68002a5a1298c (patch) | |
tree | 8155ecf25914ec8092d23a656db3da87902583c6 /disk-utils/mkfs.minix.c | |
parent | d0bb6987a85fd84a3410a21a89592d4809148465 (diff) | |
download | util-linux-old-e6b0611b4622d70569705dd6eef68002a5a1298c.tar.gz |
messages: gettextize a few skipped or forgotten ones
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils/mkfs.minix.c')
-rw-r--r-- | disk-utils/mkfs.minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/mkfs.minix.c b/disk-utils/mkfs.minix.c index c52afbd7..5f01f2ba 100644 --- a/disk-utils/mkfs.minix.c +++ b/disk-utils/mkfs.minix.c @@ -149,7 +149,7 @@ die(char *str) { static void usage(void) { - fprintf(stderr, "%s (%s)\n", program_name, PACKAGE_STRING); + fprintf(stderr, _("%s (%s)\n"), program_name, PACKAGE_STRING); fprintf(stderr, _("Usage: %s [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n"), program_name); |