translation fix
[fnpeditor.git] / src / editor / plugins / core / img / imgElement.js
index be0ff24..5aaecfc 100644 (file)
@@ -63,7 +63,7 @@ _.extend(linkElement, {
                 prePasteHandler: function(text) {
                                     return this.wlxmlNode.document.getLinkForUrl(text);
                                 }.bind(this),
-                                description: '<a href="#-" class="attachment-library">attachment library</a>'
+                                description: '<a href="#-" class="attachment-library">' + gettext('attachment library') + '</a>'
             }
             ]
         });