mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 08:05:46 +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 {
|
||||
|
||||
@@ -428,7 +428,7 @@ var Modes = Module("modes", {
|
||||
init: function init(name, options, params) {
|
||||
if (options.bases)
|
||||
util.assert(options.bases.every(function (m) m instanceof this, this.constructor),
|
||||
"Invalid bases", true);
|
||||
_("mode.invalidBases"), true);
|
||||
|
||||
update(this, {
|
||||
id: 1 << Modes.Mode._id++,
|
||||
|
||||
Reference in New Issue
Block a user