1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 17:57:58 +01:00

update E492 message - Vimperator is a browser not an editor

This commit is contained in:
Doug Kearns
2008-05-27 16:13:07 +00:00
parent c1390135d2
commit ddd082003e

View File

@@ -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;
}