From ddd082003e0239d0d95d4e7fb9dd865a95ba83dd Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 27 May 2008 16:13:07 +0000 Subject: [PATCH] update E492 message - Vimperator is a browser not an editor --- content/liberator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }