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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user