diff --git a/application/asset/js/jstree-plugins.js b/application/asset/js/jstree-plugins.js index 013047bb4..40475a250 100644 --- a/application/asset/js/jstree-plugins.js +++ b/application/asset/js/jstree-plugins.js @@ -21,7 +21,7 @@ $.jstree.plugins.removenode = function(options, parent) { var toBeRemovedSpan = $('', { class: 'jstree-removenode-toberemoved', style: 'display: none;' - }).text('link to be removed'); + }).text(Omeka.jsTranslate('link to be removed')); this.bind = function() { parent.bind.call(this); this.element.on(