From 709913992e8fdc5465f577962b61e787e74d5b62 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 20 Apr 2015 22:15:02 +0200 Subject: [PATCH] Bug 10752: (QA followup) rephrase erorr messages a little Rephrased error messages a little and changed the link to look like it does on other pages, for example when looking at an order created from a suggestion. Signed-off-by: Katrin Fischer http://bugs.koha-community.org/show_bug.cgi?id=10752 Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index e56ed58257..c609a056e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -462,7 +462,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
[% SWITCH m.code %] [% CASE 'already_exists' %] - The suggestion has not been inserted. The same suggestion already exists (see the suggestion) + The suggestion has not been added. A suggestion with this title already exists (suggestion #[% m.id %]) [% CASE %] [% m.code %] [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt index 8ac70357e1..8ae921413f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -115,7 +115,7 @@
[% SWITCH m.code %] [% CASE 'already_exists' %] - The suggestion has not been inserted. The same suggestion already exists. + The suggestion has not been added. A suggestion with this title already exists. [% CASE 'success_on_inserted' %] Your suggestion has been submitted. [% CASE %] -- 2.20.1