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