summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-07-30 21:28:07 +0200
committerKarel Zak2011-08-02 14:13:44 +0200
commitf14f02f581fde2a30d5c8d69061b8200d02a1334 (patch)
treeb01fabae02dc1fa5e26d11cfcb34e6703f1cbd19 /misc-utils/lsblk.c
parentpo: also extract plural messages from the C files (diff)
downloadkernel-qcow2-util-linux-f14f02f581fde2a30d5c8d69061b8200d02a1334.tar.gz
kernel-qcow2-util-linux-f14f02f581fde2a30d5c8d69061b8200d02a1334.tar.xz
kernel-qcow2-util-linux-f14f02f581fde2a30d5c8d69061b8200d02a1334.zip
textual: add some guiding comments for translators
These are picked up by xgettext and put in the POT file. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/lsblk.c')
-rw-r--r--misc-utils/lsblk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c
index c318137d5..3c4555d87 100644
--- a/misc-utils/lsblk.c
+++ b/misc-utils/lsblk.c
@@ -856,6 +856,7 @@ static void parse_excludes(const char *str)
excludes[nexcludes++] = n;
if (nexcludes == ARRAY_SIZE(excludes))
+ /* TRANSLATORS: The standard value for %d is 256. */
errx(EXIT_FAILURE, _("the list of excluded devices is "
"too large (limit is %d devices)"),
(int)ARRAY_SIZE(excludes));