Bug 40126 - Typo in "# of % selected"?
Summary: Typo in "# of % selected"?
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: 25.05
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 36453
Blocks:
  Show dependency treegraph
 
Reported: 2025-06-12 07:21 UTC by Anneli Österman
Modified: 2025-10-10 10:02 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

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