24 Feb
2012
24 Feb
'12
9:51 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7596 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2012-02-24 20:51:51 UTC --- A larger problem is another js file used by preferences.pl: ajax.js. There are many instances where English strings are passed to the onscreen message handler: if ( error.type == 'auth' ) { humanMsg.displayMsg( _( 'You need to log in again, your session has timed out' ) ); } These messages should be moved to the template. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.