mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-31 22:13:31 +02:00
Use macro.noSuch message for unset macros.
This commit is contained in:
@@ -548,7 +548,7 @@ var Events = Module("events", {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
// TODO: ignore this like Vim?
|
// TODO: ignore this like Vim?
|
||||||
dactyl.echoerr(_("macro.notSet", this._lastMacro));
|
dactyl.echoerr(_("macro.noSuch", this._lastMacro));
|
||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ macro.loadWaiting = Waiting for page to load...
|
|||||||
macro.noSuch- = Macro '%S' not set
|
macro.noSuch- = Macro '%S' not set
|
||||||
macro.noPrevious = No previous macro
|
macro.noPrevious = No previous macro
|
||||||
macro.invalid- = Invalid macro name: '%S'
|
macro.invalid- = Invalid macro name: '%S'
|
||||||
macro.notSet- = Exxx: Register '%S' not set
|
|
||||||
|
|
||||||
map.builtinImmutable = Cannot change mappings in the builtin group
|
map.builtinImmutable = Cannot change mappings in the builtin group
|
||||||
map.none = No mapping found
|
map.none = No mapping found
|
||||||
|
|||||||
Reference in New Issue
Block a user