mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 00:24: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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user