summaryrefslogtreecommitdiffstats
path: root/schedutils/chrt.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:11:27 +0100
committerKarel Zak2013-01-25 11:47:29 +0100
commit8c219bf463dbbae412767d269bff1cdd4e4bf4a5 (patch)
tree3e60bb14c8942677451086291dab00c1880fac12 /schedutils/chrt.c
parenttextual: tag two bug messages as "internal error" (diff)
downloadkernel-qcow2-util-linux-8c219bf463dbbae412767d269bff1cdd4e4bf4a5.tar.gz
kernel-qcow2-util-linux-8c219bf463dbbae412767d269bff1cdd4e4bf4a5.tar.xz
kernel-qcow2-util-linux-8c219bf463dbbae412767d269bff1cdd4e4bf4a5.zip
textual: gettextize several overlooked messages
Also improve the clarity of some of them. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'schedutils/chrt.c')
-rw-r--r--schedutils/chrt.c4
1 files changed, 2 insertions, 2 deletions
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;