Bug 360644 - "I18N_PLURAL_ARGUMENT_MISSING" error message
Summary: "I18N_PLURAL_ARGUMENT_MISSING" error message
Status: RESOLVED DUPLICATE of bug 356529
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-17 07:08 UTC by Ganton
Modified: 2018-05-06 00:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***