---- Reported by katrin.fischer@bsz-bw.de 2009-09-30 21:43:19 ---- Created an attachment screenshot of messaging table in opac Message name in messaging table comes out of database (message_attributes.message_name) and is not translatable in .po or staff interface. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:13 UTC --- This bug was previously known as _bug_ 3682 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3682 Imported an attachment (id=1513) Actual time not defined. Setting to 0.0 The original submitter of attachment 1513 [details] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
Created attachment 2194 [details] screenshot I solved this by translating the .sql files (http://lists.koha-community.org/pipermail/koha-patches/2010-May/011998.html). The database field message_attributs.message_name is only varchar(20). I think this field should be longer to make it easier to fit translations in. The field is also shown to patrons in the OPAC and it should be possible to put an easily understandable description in it.
Created attachment 2220 [details] Proposed patch Patch changes message_attributes.message_name from varchar(20) to varchar(40).
Patch pushed. Please test and close.
Confirm fixed.