From 8ac4763b716938b09e75dc01bbbf666ebc6ad9bc Mon Sep 17 00:00:00 2001 From: spodermenpls Date: Tue, 3 Oct 2017 19:51:03 +0200 Subject: [PATCH] Update options.js --- options/options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}());