1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 23:34:17 +01:00

Localeify more strings.

This commit is contained in:
Kris Maglione
2011-03-15 20:14:01 -04:00
parent 4a552b14aa
commit 2d03f3f9ca
9 changed files with 63 additions and 34 deletions

View File

@@ -237,7 +237,7 @@ var Contexts = Module("contexts", {
group = this.addGroup(commands.nameRegexp
.iterate(name.replace(/\.[^.]*$/, ""))
.join("-").replace(/--+/g, "-"),
"Script group for " + file.path,
_("context.scriptGroup", file.path),
null, false);
Class.replaceProperty(self, "GROUP", group);