Bug 10409: Follow up - improving strings for easier translation
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 30 Jun 2013 14:55:55 +0000 (16:55 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 17 Jul 2013 14:09:59 +0000 (14:09 +0000)
commit4043df439541ec8ba28363abc74d1677479a8869
treee5748461680dd483e77c622b81150dd3fda9047d
parent1ad188f9d67c729ff7119f5ede8e06cf3133a750
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>
koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt