1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 23:15:47 +01:00

Move some more message strings to the properties file.

This commit is contained in:
Doug Kearns
2011-03-13 03:10:59 +11:00
parent 55267dddff
commit 27de24f852
14 changed files with 64 additions and 29 deletions

View File

@@ -539,7 +539,7 @@ var Events = Module("events", {
timeRecorded: Date.now()
});
dactyl.log("Recorded " + this.recording + ": " + this._macroKeys.join(""), 9);
dactyl.log(_("macro.recorded", this.recording, this._macroKeys.join("")), 9);
dactyl.echomsg(_("macro.recorded", this.recording));
}
this._recording = macro || null;