From f91f7b198df8d8060974b3d68018b6705d2eab91 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 20 May 2015 16:42:34 +0200 Subject: [PATCH] Bug 12176: [QA Follow-up] Capitalization typo after eleventh hour While cleaning up, still found this super tiny string typo :) Yes, Tag Editor should now be Tag editor. Test plan :) Git grep on Tag editor and Tag Editor Signed-off-by: Marcel de Rooy Signed-off-by: Bernardo Gonzalez Kriegel --- .../prog/en/modules/cataloguing/additem.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 1cc8402..b6eedf6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -246,7 +246,7 @@ $(document).ready(function() { [% ELSIF ( mv.type == 'text_auth' ) %] [% SET dopop = "Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=\"${mv.authtypecode}\"&index=${mv.id}','${mv.id}')" %] - ... + ... [% ELSIF ( mv.type == 'text_plugin' ) %] [% IF ( mv.nopopup ) %] -- 1.7.9.5