Hello, I've found two format string typos in findutils-4.3.12 .pot:
#: find/find.c:529 msgid "%1$s%2$s changed during execution of %3$s (old inode number %4$ld, new inode number %5$ld, file system type is %5$s) [ref %7$ld]" - it should contain "%6$s" instead of the second use of %5$ #: xargs/xargs.c:1284 #, c-format msgid "%1$s: value for -%2$c option should be >= %3%ld\n" - it probably should end with "%3$ld\n" -- Jakub Bogusz http://qboosh.pl/
