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 --- sys-utils/tunelp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-utils/tunelp.c') diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c index 619cf422e..00ad5b765 100644 --- a/sys-utils/tunelp.c +++ b/sys-utils/tunelp.c @@ -81,7 +81,7 @@ print_usage(char *progname) { static void print_version(char *progname) { - printf("%s (%s)\n", progname, PACKAGE_STRING); + printf(_("%s (%s)\n"), progname, PACKAGE_STRING); } static void * @@ -256,7 +256,7 @@ main (int argc, char ** argv) { status = 0xdeadbeef; retval = ioctl(fd, LPGETSTATUS - offset, &status); if (retval < 0) - perror("LPGETSTATUS error"); + perror(_("LPGETSTATUS error")); else { if (status == 0xdeadbeef) /* a few 1.1.7x kernels will do this */ status = retval; @@ -271,7 +271,7 @@ main (int argc, char ** argv) { } else #endif /* LPGETSTATUS */ if (ioctl(fd, cmds->op - offset, cmds->val) < 0) { - perror("tunelp: ioctl"); + perror(_("tunelp: ioctl failed")); } cmdst = cmds; cmds = cmds->next; -- cgit v1.2.3-55-g7522