From b41897f81f00c100c5496796dfa2a0e1e814be32 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 20 Apr 2015 22:15:02 +0200 Subject: [PATCH] Bug 14022: Follow-up - 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 --- koha-tmpl/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 6792b04..f414409 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 8ac7035..8ae9214 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 %] -- 1.9.1