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)
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

index b4ab8ea..1f5aca8 100644 (file)
@@ -88,7 +88,7 @@
             <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl">
                 [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id %]" />[% END %]
                 <fieldset class="rows">
-                    <legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend>
+                    <legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend>
                     <ol>
                         <li>
                             <label class="required" for="department">Department:</label>