https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org Status|Needs Signoff |Failed QA --- Comment #2 from Jonathan Druart <[email protected]> --- Marc, The block now displays like: 551 msgid "" 552 "%s %s %s %s The database returned an error while %ssaving %s %s%sattempting " 553 "a save operation%s. %s %s The database returned an error while %sdeleting %s " 554 "%s%s%s%sattempting a delete operation%s. %s %s An unsupported operation was " 555 "attempted%s on %s %s%s. %s %s An error has occurred. %s %s A non-existent or " 556 "invalid library code was supplied. Please verify that you have a library " 557 "set. " Adding <span> around the strings will avoid the %s and we will get one entry per message. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
