From 09edfe8d53f91d150c39be9ec41bc24c82ce93dd Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 9 Feb 2015 09:26:04 +0100 Subject: [PATCH] Bug 13404: [QA Follow-up] Minor rewording of some warnings Changes are confirmed with author (Mirko Tietgen). See Bugzilla. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index e94316ee05..c4cfab2a01 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/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' %] -- 2.11.4.GIT