Bug 40126

Summary: Typo in "# of % selected"?
Product: Koha Reporter: Anneli Österman <anneli.osterman>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart
Version: 25.05   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 36453    
Bug Blocks:    

Description Anneli Österman 2025-06-12 07:21:49 UTC
Is there a typo in "# of % selected"? I found this while translating string https://translate.koha-community.org/translate/koha/25-05/messages-js/fi/?checksum=764f084846e82145

Should it be "# of %s selected"?

This is used in koha-tmpl/intranet-tmpl/prog/js/categories.js:127 and koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js:653
Comment 1 Jonathan Druart 2025-10-10 10:02:32 UTC
I think it was correct, but I don't manage to see the string displayed.

Regarding https://github.com/wenzhixin/multiple-select/pull/436/files it seems that 'countSelected' is not longer part of the codebase of multiple-select.

We could remove it if it causes confusion.