From e6b0611b4622d70569705dd6eef68002a5a1298c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 10 Jun 2010 14:29:27 +0200 Subject: messages: gettextize a few skipped or forgotten ones Signed-off-by: Benno Schulenberg --- mount/swapon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mount/swapon.c') diff --git a/mount/swapon.c b/mount/swapon.c index 4ee3c2f75..c7006550e 100644 --- a/mount/swapon.c +++ b/mount/swapon.c @@ -425,7 +425,7 @@ swapon_checks(const char *special) unsigned long long swapsize = swap_get_size(hdr, special, pagesize); if (verbose) - warnx("%s: pagesize=%d, swapsize=%llu, devsize=%llu", + warnx(_("%s: pagesize=%d, swapsize=%llu, devsize=%llu"), special, pagesize, swapsize, devsize); if (swapsize > devsize) { @@ -663,7 +663,7 @@ main_swapon(int argc, char *argv[]) { ++verbose; break; case 'V': /* version */ - printf("%s: (%s)\n", progname, PACKAGE_STRING); + printf(_("%s (%s)\n"), progname, PACKAGE_STRING); exit(0); case 0: break; @@ -715,7 +715,7 @@ main_swapoff(int argc, char *argv[]) { ++verbose; break; case 'V': /* version */ - printf("%s (%s)\n", progname, PACKAGE_STRING); + printf(_("%s (%s)\n"), progname, PACKAGE_STRING); exit(0); case 'L': addl(optarg); -- cgit v1.2.3-55-g7522