From 6c48ca8b1946471e47b81a99299bff185da122c0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 27 Feb 2011 20:37:04 +1100 Subject: [PATCH] Use macro.noSuch message for unset macros. --- common/content/events.js | 2 +- common/locale/en-US/messages.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/content/events.js b/common/content/events.js index e82efa95..f2392b83 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -548,7 +548,7 @@ var Events = Module("events", { } else // TODO: ignore this like Vim? - dactyl.echoerr(_("macro.notSet", this._lastMacro)); + dactyl.echoerr(_("macro.noSuch", this._lastMacro)); return res; }, diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index d7dee3a7..25a0fb0c 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -53,7 +53,6 @@ macro.loadWaiting = Waiting for page to load... macro.noSuch- = Macro '%S' not set macro.noPrevious = No previous macro macro.invalid- = Invalid macro name: '%S' -macro.notSet- = Exxx: Register '%S' not set map.builtinImmutable = Cannot change mappings in the builtin group map.none = No mapping found