From dffad6ea0022dfb6b93f504d1f2e781cbb4d0b26 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 Content-Type: text/plain; charset=utf-8 Changes are confirmed with author (Mirko Tietgen). See Bugzilla. Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 24 +++++---------------- 1 files 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 e94316e..c4cfab2 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' %] -- 1.7.7.6