1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 20:25:47 +01:00

Fix brokenness.

This commit is contained in:
Kris Maglione
2015-02-25 12:10:35 -08:00
parent a8b1b278e2
commit e819e7616d
4 changed files with 11 additions and 5 deletions

View File

@@ -612,7 +612,7 @@ var Styles = Module("Styles", {
let sheet = args["-group"].get(args["-name"]);
if (args.completeArg == 0) {
if (sheet)
context.completions = [[sheet.sites.join(","), "Current Value"]];
context.completions = [[sheet.sites.join(","), _("option.currentValue")]];
context.fork("sites", 0, Styles, "completeSite", window.content, args["-group"]);
}
else if (args.completeArg == 1) {