Bug 7955 follow-up spelling fixes
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 19:31:43 +0000 (21:31 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 19:31:43 +0000 (21:31 +0200)
* removing useless upper cases
* s/precedent/previous/ and s/Actual/Current/ to be consistent with other Koha pages

koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt

index dd468bc..672cdd6 100644 (file)
                       [% FOREACH cn IN column_names %]
                           <th>[% cn %]</th>
                       [% END %]
-                      <th>Precedent State</th>
+                      <th>Previous state</th>
                       <th>Issues</th>
                       <th>Issues returned</th>
-                      <th>Actual State</th>
+                      <th>Current state</th>
                     </tr>
                 </thead>