Bug 19786: Move template JavaScript to the footer: Authorities, part 2
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / merge-record-strings.inc
index 6b04e54..66c55c4 100644 (file)
@@ -1,5 +1,5 @@
 [%# transletable strings for merge-record.js %]
 <script type="text/javascript">
     var MSG_MERGEREC_ALREADY_EXISTS = _("The field is non-repeatable and already exists in the destination record. Therefore, you cannot add it.");
-    var MSG_MERGEREC_SUBFIELD   = _("This subfield cannot be added: there is no %s field in the destination record.");
-</script>
\ No newline at end of file
+    var MSG_MERGEREC_SUBFIELD_ALREADY_EXISTS = _("The subfield is non-repeatable and already exists in the destination record. Therefore, you cannot add it.");
+</script>