mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:52:27 +01:00
Move some more message strings to the properties file.
This commit is contained in:
@@ -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