@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 24 +++++---------------- 1 files changed, 6 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -155,16 +155,12 @@ [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] Info - Your configuration file indicates that grs1 is the correct setting - for <zebra_bib_index_mode>. - + Your configuration file still seems to be set up for grs1. [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] Info - Your configuration file indicates that dom is the correct setting - for <zebra_bib_index_mode>. - + Your configuration file seems to be set up for dom. [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] @@ -177,16 +173,12 @@ [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] Info - Your configuration file indicates that grs1 is the correct setting - for <zebra_auth_index_mode>. - + Your configuration file still seems to be set up for grs1. [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] Info - Your configuration file indicates that dom is the correct setting - for <zebra_auth_index_mode>. - + Your configuration file seems to be set up for dom. [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] @@ -200,9 +192,7 @@ [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] Warning - The <zebra_bib_index_mode> entry is set to dom, but your system appears to be set up for grs1 indexing. - It is safe to ignore this warning if biblio search is working. - + The <zebra_bib_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing. [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] @@ -216,9 +206,7 @@ [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] Warning - The <zebra_auth_index_mode> entry is set to dom, but your system appears to be set up for grs1 indexing. - It is safe to ignore this warning if authority search is working. - + The <zebra_auth_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing. [% ELSIF config_entry.error == 'queryparser_entry_missing' %] --