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:
@@ -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;
|
||||
},
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user