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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user