From 8c219bf463dbbae412767d269bff1cdd4e4bf4a5 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 6 Feb 2012 16:11:27 +0100 Subject: textual: gettextize several overlooked messages Also improve the clarity of some of them. Signed-off-by: Benno Schulenberg --- schedutils/chrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedutils/chrt.c') diff --git a/schedutils/chrt.c b/schedutils/chrt.c index be10076b1..034791448 100644 --- a/schedutils/chrt.c +++ b/schedutils/chrt.c @@ -263,8 +263,8 @@ int main(int argc, char **argv) verbose = 1; break; case 'V': - printf("%s from %s\n", program_invocation_short_name, - PACKAGE_STRING); + printf(_("%s from %s\n"), program_invocation_short_name, + PACKAGE_STRING); return EXIT_SUCCESS; case 'h': ret = EXIT_SUCCESS; -- cgit v1.2.3-55-g7522