Bug 16534: (followup) Correct tiny typo
authorMarc Véron <veron@veron.ch>
Mon, 23 May 2016 05:48:10 +0000 (07:48 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 11:45:01 +0000 (11:45 +0000)
This patch corrects "...must be return..." to "must be returned..."

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index 9ddcc2f..bd0c861 100644 (file)
@@ -536,7 +536,7 @@ $(document).ready(function() {
         [% END %]
 
         [% IF RETURN_IMPOSSIBLE %]
-            <li>This item must be return to [% Branches.GetName( branch_to_return ) %].</li>
+            <li>This item must be returned to [% Branches.GetName( branch_to_return ) %].</li>
         [% END %]
 
         [% IF ( USERBLOCKEDWITHENDDATE ) %]