X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=po%2Fat-expand.pl;h=fe685561d6015e59a2b559da254ffb8d118ed831;hb=HEAD;hp=47e4ebdc9b1df41e010e34e8c5870baa268c659f;hpb=3a86e7a7c7d9d44d564ebadee134dd981118ba14;p=thirdparty%2Fe2fsprogs.git diff --git a/po/at-expand.pl b/po/at-expand.pl index 47e4ebdc9..fe685561d 100644 --- a/po/at-expand.pl +++ b/po/at-expand.pl @@ -25,7 +25,14 @@ my @translator_help = ( "#. it can expand to either the string \"indirect block\" (possibly preceded\n", "#. by the word \"double\" or \"triple\"), or the string \"block #\" immediately\n", "#. followed by an integer indicating a block sequence number.\n", - "#. \n", + "#.\n", + "#. Please note that the %-expansion for most e2fsck's problem.c should not\n", + "#. use positional indicators such as %1$c, since although they look like c-style\n", + "#. format strings, they are NOT c-style format strings, and the positional\n", + "#. indicators (which BTW are GNU extensions and so won't work on other Unix\n", + "#. gettext implementations) won't work with e2fsck's print_e2fsck_message()\n", + "#. function found in e2fsck/message.c\n", + "#.\n", "#. %b block number\n", "#. %B \"indirect block\" | \"block #\" string | string+integer\n", "#. %c block number\n",