https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516

paxed <pasi.kalli...@joensuu.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pasi.kalli...@joensuu.fi

--- Comment #73 from paxed <pasi.kalli...@joensuu.fi> ---
Comment on attachment 72485
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72485
Bug 15516: Allow to reserve first available item from a group of titles

Couple tiny nitpicks:

1) the JS translation function should have the string in double quotes, so
instead of _('Loading'), use _("Loading")

2) Having separate translatable strings for PART_OF_A and HOLD_GROUP isn't
optimal, because those two always go together. It should perhaps be written as
PART_OF_HOLD_GROUP = _("(part of a %shold group%s)") and then replace the
placeholders with the html code. Even better would be to avoid the html in the
middle of the sentence altogether, by making the whole sentence a link.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to