Bug 28918 - Improve translation of multi-hold no items available message
Summary: Improve translation of multi-hold no items available message
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2021-08-29 15:10 UTC by Katrin Fischer
Modified: 2021-08-29 15:10 UTC (History)
1 user (show)

See Also:
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 Katrin Fischer 2021-08-29 15:10:19 UTC
At the moment we have this markup:

intranet-tmpl/prog/en/modules/reserve/request.tt
<li> <strong>No items are available</strong> to be placed on hold</li>

This turns out in the po file as 2 separate strings:

No items are available
to be placed on hold

As you can't see them "together" it's really hard to figure out how to translate especially the second part.