Bug 2835 - Inconsistent use of colon at the end of sentences
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / checkmarc.tt
index ffa2de5..5777eb6 100644 (file)
@@ -1,13 +1,13 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Administration &rsaquo; MARC Check
+<title>Koha &rsaquo; Administration &rsaquo; MARC check
 [% IF ( total ) %] :[% total %] errors found[% ELSE %] : Configuration OK![% END %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="admin_checkmarc" class="admin">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; MARC Check
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; MARC check
 [% IF ( total ) %]: [% total %] errors found[% ELSE %] : Configuration OK![% END %]</div>
 
 <div id="doc3" class="yui-t2">
@@ -16,7 +16,7 @@
        <div id="yui-main">
        <div class="yui-b">
 
-<h1>MARC Bibliographic Framework Test</h1>
+<h1>MARC bibliographic framework test</h1>
 <table>
     <tr>
         <th>Test</th>
 <!-- -->
 [% IF ( branches_empty ) %]
     <tr>
-        <td>branch not defined</td>
-        <td>at least 1 branch must be defined</td>
+        <td>library not defined</td>
+        <td>at least 1 library must be defined</td>
     </tr>
 [% ELSE %] 
     <tr>
         <td>OK</td>             
-        <td>at least 1 branch defined</td>
+        <td>at least 1 library defined</td>
     </tr>                                       
 [% END %]
 <!-- -->