/cgi-bin/koha/admin/aqbudgets.pl Problem: <label for="show_mine">Show my<br /> funds only</label> This gets broken into 2 strings for translation which makes it very hard for translators to make sense of it. Patch removes the line break.
Created attachment 6038 [details] [review] Bug 7082: Template improvements for better translatability Problem: /cgi-bin/koha/admin/aqbudgets.pl <label for="show_mine">Show my<br /> funds only</label> This gets broken into 2 strings for translation which makes it very hard for translators to make sense of it. Patch removes the line break.
Created attachment 6054 [details] [review] Bug 7082: Template improvements for better translatability Problem: /cgi-bin/koha/admin/aqbudgets.pl <label for="show_mine">Show my<br /> funds only</label> This gets broken into 2 strings for translation which makes it very hard for translators to make sense of it. Patch removes the line break. Signed-off-by: Magnus Enger <magnus@enger.priv.no> This patch removes the linebreak and has no ill effects that I can see, even on a small screen. I'll attach before and after screenshots in Bugzilla.
Created attachment 6055 [details] Screenshot - before Text is on two lines.
Created attachment 6056 [details] Screenshot - after Text and checkbox is on one line.
QA comment: tiny patch, great for translatability patch pushed, please test
Included in the 3.6 branch prior to 3.6.4.