X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=dcf6a3e3fb2a67bea96fcb6f8d0f282188fce7f9;hb=6de64217875d12467ed9c87284e5e20981a4ff0a;hp=e0e731b1ec4d334f19af05d51062b25a209e0013;hpb=eada0a9b35a9324daaf0efa8443646e28d5f9bb5;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index e0e731b..dcf6a3e 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1283,7 +1283,9 @@ see the file named COPYING for details.")); : 0)); if (volume_label_max_len < strlen (volume_label_option)) USAGE_ERROR ((0, 0, - _("%s: Volume label is too long (limit is %lu bytes)"), + ngettext ("%s: Volume label is too long (limit is %lu byte)", + "%s: Volume label is too long (limit is %lu bytes)", + volume_label_max_len), quotearg_colon (volume_label_option), (unsigned long) volume_label_max_len)); }