Bug 360644

Summary: "I18N_PLURAL_ARGUMENT_MISSING" error message
Product: [Applications] krusader Reporter: Ganton <kubry>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: davide, krusader-bugs-null
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ganton 2016-03-17 07:08:46 UTC
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
Comment 1 Davide Gianforte 2016-03-19 17:12:01 UTC

*** This bug has been marked as a duplicate of bug 356529 ***