summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-08-30 21:08:47 +0200
committerKarel Zak2012-09-04 17:28:16 +0200
commit19c19b637d4d5e714cfd732c30ad043fa6e40f2c (patch)
treeb7e36e33db963baa53ca9ac444c3c8d830a1ec7d /sys-utils/wdctl.c
parenttextual: add missing comma and colon in some help texts (diff)
downloadkernel-qcow2-util-linux-19c19b637d4d5e714cfd732c30ad043fa6e40f2c.tar.gz
kernel-qcow2-util-linux-19c19b637d4d5e714cfd732c30ad043fa6e40f2c.tar.xz
kernel-qcow2-util-linux-19c19b637d4d5e714cfd732c30ad043fa6e40f2c.zip
wdctl: gettextize one forgotten word
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/wdctl.c')
-rw-r--r--sys-utils/wdctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c
index 6be6fd4c2..8113da9d4 100644
--- a/sys-utils/wdctl.c
+++ b/sys-utils/wdctl.c
@@ -563,7 +563,7 @@ int main(int argc, char *argv[])
if (!noident) {
printf("%-15s%s\n", _("Device:"), wd.device);
printf(_("%-15s%s [version %x]\n"),
- ("Identity:"),
+ _("Identity:"),
wd.ident.identity,
wd.ident.firmware_version);
}