Created attachment 5992 [details] [review] patch to fix The strings are in ', so there's an error when the translated strings have ' in them. Using " instead fixes the problem.
Hi Maxime, only a short note for your next patch - please include the bug number in your subject line! I will fix it for this one when signing off.
Created attachment 6000 [details] [review] [SIGNED-OFF] Bug 7069: Put strings in "" instead of '' to fix the javascript not working when the translated string has a ' in it. http://bugs.koha-community.org/show_bug.cgi?id=7069 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Patch changes '' to "" to make it work for strings which contain '. Patch does NOT add new strings to the po files.
Created attachment 6021 [details] [review] Bug 7069: Put strings in "" instead of '' to fix the javascript not working when the translated string has a ' in it. http://bugs.koha-community.org/show_bug.cgi?id=7069 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Patch changes '' to "" to make it work for strings which contain '. Patch does NOT add new strings to the po files. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
QA comment : trivial patch, no problem detected
Patch pushed, please test (my 1st push!!!)
This was included in the 3.6 branch prior to 3.6.4.