http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10803 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 20726 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20726&action=edit Bug 10803: "Make payment" in circ is hard to translate in circulation To test: - Choose a patron account - Add a fine to it - Switch to the checkout tab of the patron account - Check for the "Make payment" link. Make is not a link, but payment is. - Apply patch - Check again, now both words are linked. In translation this string is divided into: . %s Make payment Because of this it's difficult to translate it grammatically. The patch moves 'Make' into the link text, so that both words will show up together in translation. -- You are receiving this mail because: You are watching all bug changes.