mirror of
https://github.com/vgough/encfs.git
synced 2025-01-09 15:38:15 +01:00
add comment about misuse of ngettext
This commit is contained in:
parent
a856210a85
commit
b8ed8abbab
@ -594,6 +594,8 @@ static int cmd_showcruft(int argc, char **argv) {
|
|||||||
|
|
||||||
int filesFound = showcruft(rootInfo, "/");
|
int filesFound = showcruft(rootInfo, "/");
|
||||||
|
|
||||||
|
// TODO: the singular version should say "Found an invalid file", but all the translations
|
||||||
|
// depend upon this broken singular form, so it isn't easy to change.
|
||||||
cerr << autosprintf(ngettext("Found %i invalid file.",
|
cerr << autosprintf(ngettext("Found %i invalid file.",
|
||||||
"Found %i invalid files.", filesFound),
|
"Found %i invalid files.", filesFound),
|
||||||
filesFound) << "\n";
|
filesFound) << "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user