From 5b831eb19959c798412eb165915289ac237ba7d3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 5 Oct 2013 23:12:23 +0200 Subject: wdctl: gettextize and pluralize one forgotten message Signed-off-by: Benno Schulenberg --- sys-utils/wdctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-utils/wdctl.c') diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c index 2698853e9..71309188e 100644 --- a/sys-utils/wdctl.c +++ b/sys-utils/wdctl.c @@ -334,7 +334,8 @@ static int set_watchdog(struct wdinfo *wd, int timeout) if (close_fd(fd)) warn(_("write failed")); sigprocmask(SIG_SETMASK, &oldsigs, NULL); - printf("Set timeout to %d seconds\n", timeout); + printf(P_("Timeout has been set to %d second.\n", + "Timeout has been set to %d seconds.\n", timeout), timeout); return rc; } -- cgit v1.2.3-55-g7522