1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 13:54:17 +01:00

Minor consistency fixes.

This commit is contained in:
Štěpán Němec
2010-12-30 23:01:23 +01:00
parent 696d2dd13f
commit 12cd63ff16
3 changed files with 5 additions and 5 deletions

View File

@@ -353,7 +353,7 @@ var Highlights = Module("Highlight", {
{ names: ["-append", "-a"], description: "Append new CSS to the existing value" },
{
names: ["-link", "-l"],
description: "Links this group to another",
description: "Link this group to another",
type: CommandOption.LIST,
completer: function (context, args) {
let group = args[0] && highlight.get(args[0]);