1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 03:04:13 +01:00

Use macro.noSuch message for unset macros.

This commit is contained in:
Doug Kearns
2011-02-27 20:37:04 +11:00
parent e14d120d01
commit 6c48ca8b19
2 changed files with 1 additions and 2 deletions

View File

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

View File

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