summaryrefslogtreecommitdiff
path: root/common/content
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-02-26 12:59:58 +1100
committerDoug Kearns <dougkearns@gmail.com>2011-02-26 12:59:58 +1100
commit086255acef2ef6915836106e471fb4bc3c9a2c64 (patch)
tree91b21ac106f06b97362595f3e20155d472e6308b /common/content
parent7c7a7c48650dbec8e9d653fa0e5a3f7f5ce43743 (diff)
downloadpentadactyl-086255acef2ef6915836106e471fb4bc3c9a2c64.tar.gz
Fix an autocmd message key typo.
Diffstat (limited to 'common/content')
-rw-r--r--common/content/autocommands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/autocommands.js b/common/content/autocommands.js
index 57545448..2d960c83 100644
--- a/common/content/autocommands.js
+++ b/common/content/autocommands.js
@@ -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;