http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10409
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19299|0 |1 is obsolete| | --- Comment #15 from Kyle M Hall <[email protected]> --- Created attachment 19683 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19683&action=edit Bug 10409: Follow up - improving strings for easier translation Fixing this line: <legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend> As grammar works different in different languages, having single strings like that in a predefined order makes having a nice translation unnecessarily hard. This will make it a little easier: <legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend> Signed-off-by: Kyle M Hall <[email protected]> -- 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/
