summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-08-31 12:51:50 +0200
committerKarel Zak2012-09-04 17:28:19 +0200
commitb8ccc27c1b7da01cc12139de71daeb25795bbe31 (patch)
tree1344492c8eca78f18d456f4b2c22426635d0477a /sys-utils/wdctl.c
parentwdctl: gettextize one forgotten word (diff)
downloadkernel-qcow2-util-linux-b8ccc27c1b7da01cc12139de71daeb25795bbe31.tar.gz
kernel-qcow2-util-linux-b8ccc27c1b7da01cc12139de71daeb25795bbe31.tar.xz
kernel-qcow2-util-linux-b8ccc27c1b7da01cc12139de71daeb25795bbe31.zip
wdctl: treat aligned translatable strings in a uniform manner
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/wdctl.c')
-rw-r--r--sys-utils/wdctl.c3
1 files changed, 2 insertions, 1 deletions
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)