mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 16:34:14 +01:00
Move some more message strings to the properties file.
This commit is contained in:
@@ -119,7 +119,7 @@ var Map = Class("Map", {
|
||||
mappings.repeat = repeat;
|
||||
|
||||
if (this.executing)
|
||||
util.dumpStack("Attempt to execute mapping recursively: " + args.command);
|
||||
util.dumpStack(_("map.recursive", args.command));
|
||||
dactyl.assert(!this.executing, _("map.recursive", args.command));
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user