mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 08:25:46 +01:00
Fix an autocmd message key typo.
This commit is contained in:
@@ -237,7 +237,7 @@ var AutoCommands = Module("autocommands", {
|
||||
function (args) {
|
||||
// Vim compatible
|
||||
if (args.length == 0)
|
||||
return void dactyl.echomsg(_("msg.noMatchingAutocmd"));
|
||||
return void dactyl.echomsg(_("autocmd.noMatching"));
|
||||
|
||||
let [event, url] = args;
|
||||
let defaultURL = url || buffer.uri.spec;
|
||||
|
||||
Reference in New Issue
Block a user