mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 01:55:45 +01:00
Move some more message strings to the properties file.
This commit is contained in:
@@ -221,7 +221,7 @@ var Contexts = Module("contexts", {
|
||||
enumerable: true,
|
||||
get: function () self,
|
||||
set: function (val) {
|
||||
util.dactyl(val).reportError(FailedAssertion("Not replacing plugin context for " + self.NAME, 3, false), true);
|
||||
util.dactyl(val).reportError(FailedAssertion(_("plugin.notReplacingContext", self.NAME), 3, false), true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user