[Koha-bugs] [Bug 10002] Don't include line breaks in strings that are translated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 9 21:55:09 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10002

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 17319
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17319&action=edit
Bug 10002 - Don't include line breaks in strings that are translated

Several JS alert messages contain "\n" which is problematic for
translation. This patch removes those instances (a line break is not
strictly necessary anyway). Also corrected: two instances of "holds(s)"

To test, place a hold on a title with items. From the biblio detail page
choose Edit -> Delete all items and Edit -> Delete record. In each case
you should see error messages with no line breaks and no misspellings.

Delete all items attached to the record with holds from the item edit
page. Go back to the detail page and choose Edit -> Delete record. You
should see an error message about existing hold(s) with no line breaks
or misspellings.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list