mirror of
https://github.com/vgough/encfs.git
synced 2024-12-22 23:00:57 +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, "/");
|
||||
|
||||
// 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.",
|
||||
"Found %i invalid files.", filesFound),
|
||||
filesFound) << "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user