Bug 13404: [QA Follow-up] Minor rewording of some warnings
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 9 Feb 2015 08:26:04 +0000 (09:26 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 16:42:36 +0000 (13:42 -0300)
Changes are confirmed with author (Mirko Tietgen). See Bugzilla.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index e94316e..c4cfab2 100644 (file)
                 [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
                 <tr>
                     <th scope="row"><b>Info</b></th>
-                    <td>Your configuration file indicates that <strong>grs1</strong> is the correct setting
-                    for &lt;zebra_bib_index_mode&gt;.
-                    </td>
+                    <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
                 <tr>
                     <th scope="row"><b>Info</b></th>
-                    <td>Your configuration file indicates that <strong>dom</strong> is the correct setting
-                    for &lt;zebra_bib_index_mode&gt;.
-                    </td>
+                    <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
                 <tr>
                 [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
                 <tr>
                     <th scope="row"><b>Info</b></th>
-                    <td>Your configuration file indicates that <strong>grs1</strong> is the correct setting
-                    for &lt;zebra_auth_index_mode&gt;.
-                    </td>
+                    <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
                 <tr>
                     <th scope="row"><b>Info</b></th>
-                    <td>Your configuration file indicates that <strong>dom</strong> is the correct setting
-                    for &lt;zebra_auth_index_mode&gt;.
-                    </td>
+                    <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
                 <tr>
                 [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
                 <tr>
                     <th scope="row"><b>Warning</b></th>
-                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>dom</strong>, but your system appears to be set up for <strong>grs1</strong> indexing.
-                    It is safe to ignore this warning if biblio search is working.
-                    </td>
+                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
                 <tr>
                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
                 <tr>
                     <th scope="row"><b>Warning</b></th>
-                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>dom</strong>, but your system appears to be set up for <strong>grs1</strong> indexing.
-                    It is safe to ignore this warning if authority search is working.
-                    </td>
+                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td>
                 </tr>
                 [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
                 <tr>