1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 12:32:27 +01:00

Make the command not found error be meaningful on both vimperator and muttator

This commit is contained in:
Daniel Bainton
2008-10-11 17:39:32 +00:00
parent ddb2f171a8
commit e5b21557c6

View File

@@ -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)