summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.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 /sys-utils/hwclock.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 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 04aa650a0..5235fb855 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -262,7 +262,7 @@ static int read_adjtime(struct adjtime *adjtime_p)
adjfile = fopen(adj_file_name, "r"); /* open file for reading */
if (adjfile == NULL) {
- warn("cannot open %s", adj_file_name);
+ warn(_("cannot open %s"), adj_file_name);
return EX_OSFILE;
}