mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:42:26 +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)
|
if (command === null)
|
||||||
{
|
{
|
||||||
err = "E492: Not a browser command: " + str;
|
err = "E492: Not a " + liberator.config.name.toLowerCase() + " command: " + str;
|
||||||
liberator.focusContent();
|
liberator.focusContent();
|
||||||
}
|
}
|
||||||
else if (command.action === null)
|
else if (command.action === null)
|
||||||
|
|||||||
Reference in New Issue
Block a user