From b2d97db8c80eacab2e028cd4840064f063410b2b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 26 Jan 2014 22:32:15 +0100 Subject: 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 --- sys-utils/hwclock-cmos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/hwclock-cmos.c') diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c index 58b3ea5dc..7ffbf9592 100644 --- a/sys-utils/hwclock-cmos.c +++ b/sys-utils/hwclock-cmos.c @@ -649,7 +649,7 @@ static int get_permissions_cmos(void) } static struct clock_ops cmos = { - "direct I/O instructions to ISA clock", + N_("Using direct I/O instructions to ISA clock."), get_permissions_cmos, read_hardware_clock_cmos, set_hardware_clock_cmos, -- cgit v1.2.3-55-g7522