From 4b80772924fc6c2bba9b2976e38a32d7329c4d8f 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 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 --- 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 1d350ea..4d979fb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -131,7 +131,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.") -- 1.7.10.4