Bug 5786 [QA Followup] - Fix language
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 5 Mar 2015 12:59:39 +0000 (13:59 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 25 Mar 2015 13:33:38 +0000 (10:33 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt

index 2f7ec7e..a147677 100644 (file)
@@ -221,7 +221,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
                             </td>
                                                        <td>[% rule.reservesallowed %]</td>
                                                         <td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td>
-                                                        <td>[% IF rule.opacitemholds == 'F'%]Enforce[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td>
+                                                        <td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td>
                                                        <td>[% rule.rentaldiscount %]</td>
                             <td><a href="#" class="editrule">Edit</a></td>
                                                        <td>
@@ -289,7 +289,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
                         <select id="opacitemholds" name="opacitemholds">
                             <option value="N">Don't allow</option>
                             <option value="Y">Allow</option>
-                            <option value="F">Enforce</option>
+                            <option value="F">Force</option>
                         </select>
                     </td>
                     <td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td>