diff --git a/content/liberator.js b/content/liberator.js index 3e2a9126..04c384b8 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -490,7 +490,7 @@ const liberator = (function () //{{{ if (command === null) { - liberator.echoerr("E492: Not an editor command: " + str); + liberator.echoerr("E492: Not a browser command: " + str); liberator.focusContent(); return; }