diff --git a/options/options.js b/options/options.js index 4d94e5c..cf7d586 100644 --- a/options/options.js +++ b/options/options.js @@ -21,7 +21,7 @@ } // getting the translation of all the messages - logging.message("transate all messages"); + logging.message("translate all messages"); traverse(document.body, function(node){ if (node.nodeType === 3){ var lines = node.nodeValue.replace(/\b__MSG_(.+)__\b/g, function(m, key){ @@ -133,4 +133,4 @@ } }); }); -}()); \ No newline at end of file +}());