summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.minix.c
diff options
context:
space:
mode:
authorBenno Schulenberg2010-06-10 14:29:27 +0200
committerKarel Zak2010-06-14 11:19:19 +0200
commite6b0611b4622d70569705dd6eef68002a5a1298c (patch)
tree8155ecf25914ec8092d23a656db3da87902583c6 /disk-utils/mkfs.minix.c
parenttextual: fix typos, and rephrase some things for clarity (diff)
downloadkernel-qcow2-util-linux-e6b0611b4622d70569705dd6eef68002a5a1298c.tar.gz
kernel-qcow2-util-linux-e6b0611b4622d70569705dd6eef68002a5a1298c.tar.xz
kernel-qcow2-util-linux-e6b0611b4622d70569705dd6eef68002a5a1298c.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/mkfs.minix.c b/disk-utils/mkfs.minix.c
index c52afbd77..5f01f2ba3 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);