1
0
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:
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;
},