1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 03:07:58 +01:00

Move some more message strings to the properties file.

This commit is contained in:
Doug Kearns
2011-03-08 03:09:37 +11:00
parent 1f0a95e40d
commit c08c0dc19f
9 changed files with 27 additions and 16 deletions

View File

@@ -306,7 +306,7 @@ var Modes = Module("modes", {
var delayed, oldExtended, oldMain, prev, push;
if (this.inSet) {
dactyl.reportError(Error("Not executing modes.set recursively"), true);
dactyl.reportError(Error(_("mode.recursiveSet")), true);
return;
}