diff --git a/content/liberator.js b/content/liberator.js index daa8734d..fc38fd2e 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -675,7 +675,7 @@ const liberator = (function () //{{{ if (command === null) { - err = "E492: Not a browser command: " + str; + err = "E492: Not a " + liberator.config.name.toLowerCase() + " command: " + str; liberator.focusContent(); } else if (command.action === null)