http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10409 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19299|0 |1 is obsolete| | --- Comment #15 from Kyle M Hall <kyle@bywatersolutions.com> --- 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 <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.