From 2815b158ce7abeb75380faba663c6cda095a8e1f Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 14 Jan 2016 00:40:24 +0000 Subject: [PATCH] Bug 15574: Better wording for error message when adding a duplicate tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To test: 1) Apply patch 2) Go to a record (ie opac-detail.pl) and add tags that already exist with that record 3) Confirm new error message Signed-off-by: Hector Castro Rewording Ok for common patrons Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher (cherry picked from commit 56dde11a4f39b8a9f151d7592a7869f20c8c5f2f) Signed-off-by: Julian Maurice (cherry picked from commit ec9fd6c43f01258d9c26a47d8b8697c62c6887bd) Signed-off-by: Frédéric Demians --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc index 2013682855..59462d9222 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -132,7 +132,7 @@ $.widget.bridge('uitooltip', $.ui.tooltip); var MSG_TAG_ALL_BAD = _("Error! Your tag was entirely markup code. It was NOT added. Please try again with plain text."); var MSG_ILLEGAL_PARAMETER = _("Error! Illegal parameter"); var MSG_TAG_SCRUBBED = _("Note: your tag contained markup code that was removed. The tag was added as "); - var MSG_ADD_TAG_FAILED = _("Error! The add_tag operation failed on"); + var MSG_ADD_TAG_FAILED = _("Error! Adding tags failed at"); var MSG_ADD_TAG_FAILED_NOTE = _("Note: you can only tag an item with a given term once. Check 'My Tags' to see your current tags."); var MSG_DELETE_TAG_FAILED = _("Error! You cannot delete the tag"); var MSG_DELETE_TAG_FAILED_NOTE = _("Note: you can only delete your own tags.") -- 2.39.5