1
0
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:
Doug Kearns
2011-02-26 12:59:58 +11:00
parent 7c7a7c4865
commit 086255acef

View File

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