Koha/koha-tmpl/intranet-tmpl
Katrin Fischer 4043df4395 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>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-07-17 14:09:59 +00:00
..
lib Bug 9172 - Move TinyMCE library outside of language-specific directory 2013-04-15 09:31:39 -04:00
prog Bug 10409: Follow up - improving strings for easier translation 2013-07-17 14:09:59 +00:00