@@ -, +, @@ this Tag" --> a little popup thing (tooltip?) appears with "Delete this Tag" --> the image alt text is "Delete this Tag" --- .../prog/en/modules/authorities/authorities.tt | 8 ++++---- .../prog/en/modules/cataloguing/addbiblio.tt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -465,12 +465,12 @@ [% END %] [% IF ( innerloo.repeatable ) %] - - Repeat this Tag + + Repeat this tag [% END %] - - Delete this Tag + + Delete this tag --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -1084,12 +1084,12 @@ function PopupMARCFieldDoc(field) { [% IF ( innerloo.repeatable ) %] - - Repeat this Tag + + Repeat this tag [% END %] - - Delete this Tag + + Delete this tag --