| Summary: | "I18N_PLURAL_ARGUMENT_MISSING" error message | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | Ganton <kubry> |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | davide, krusader-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 356529 *** |
When a user presses the secondary mouse button on e.g. a directory named "a" that has 372 KiB, and chooses "Calculate occupied space" -> it's seen: Total occupied space: 372 KiB (381 026 Kbytes)(I18N_PLURAL_ARGUMENT_MISSING) in 1 directory and 5 files Note: This comes from the line msg = fileName + i18n("Total occupied space: %1", KIO::convertSize(totalSize)); in krusader/krusader/Panel/krcalcspacedialog.cpp Reproducible: Always