summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-rtc.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-01-26 22:32:15 +0100
committerKarel Zak2014-02-10 18:41:55 +0100
commitb2d97db8c80eacab2e028cd4840064f063410b2b (patch)
tree8214557746d25d1e1ed3e12bbe91fb5721b8086a /sys-utils/hwclock-rtc.c
parentgetopt.1: The usual doc dir is /usr/share/doc, not .../docs (diff)
downloadkernel-qcow2-util-linux-b2d97db8c80eacab2e028cd4840064f063410b2b.tar.gz
kernel-qcow2-util-linux-b2d97db8c80eacab2e028cd4840064f063410b2b.tar.xz
kernel-qcow2-util-linux-b2d97db8c80eacab2e028cd4840064f063410b2b.zip
hwclock: internationalizing the message of the used interface
In addition, do it in a single sentence instead of in two fragments. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/hwclock-rtc.c')
-rw-r--r--sys-utils/hwclock-rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock-rtc.c b/sys-utils/hwclock-rtc.c
index a22ce4c29..78f42aa4f 100644
--- a/sys-utils/hwclock-rtc.c
+++ b/sys-utils/hwclock-rtc.c
@@ -397,7 +397,7 @@ static int get_permissions_rtc(void)
}
static struct clock_ops rtc = {
- "/dev interface to clock",
+ N_("Using the /dev interface to the clock."),
get_permissions_rtc,
read_hardware_clock_rtc,
set_hardware_clock_rtc,