Bug 12164: Fix some typos
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 30 Jun 2014 09:38:27 +0000 (11:38 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 24 Jul 2014 17:18:21 +0000 (14:18 -0300)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt

index aaf41e1..3001978 100644 (file)
     Please create a new active budget and retry.
     <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
   [% ELSIF number_of_unreceived_orders == 0 %]
-    There is no unreceived orders for this budget.
+    There are no unreceived orders for this budget.
     <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
   [% ELSE %]
     <h3>The unreceived orders from the following funds will be moved</h3>
       <fieldset class="action">
           <input type="hidden" name="op" value="close_confirmed" />
           <input type="hidden" name="budget_period_id" value="[% budget_period_id %]" />
-          <input type="submit" value="Move unreceive orders" />
+          <input type="submit" value="Move unreceived orders" />
           <a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a>
       </fieldset>
     </form>
         <td>Budget id</td>
         <td>Basket</td>
         <td>Ordernumber</td>
-        <td>Informations</td>
+        <td>Details</td>
       </tr>
     </thead>
     <tbody>
                 <td>[% r.budget.budget_name %] (id=[% r.budget.budget_id %])</td>
                 <td></td>
                 <td></td>
-                <td>There was no unreceived orders for this fund.</td>
+                <td>There were no unreceived orders for this fund.</td>
               </tr>
             [% END %]
           [% ELSE %]