From b8ccc27c1b7da01cc12139de71daeb25795bbe31 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 31 Aug 2012 12:51:50 +0200 Subject: wdctl: treat aligned translatable strings in a uniform manner 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 8113da9d4..5fd1cd759 100644 --- a/sys-utils/wdctl.c +++ b/sys-utils/wdctl.c @@ -562,9 +562,10 @@ int main(int argc, char *argv[]) /* pretty output */ if (!noident) { printf("%-15s%s\n", _("Device:"), wd.device); - printf(_("%-15s%s [version %x]\n"), + printf("%-15s%s [%s %x]\n", _("Identity:"), wd.ident.identity, + _("version"), wd.ident.firmware_version); } if (!notimeouts) -- cgit v1.2.3-55-g7522