summaryrefslogtreecommitdiff
path: root/common/modules/highlight.jsm
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2010-12-30 23:01:23 +0100
committerŠtěpán Němec <stepnem@gmail.com>2010-12-30 23:01:23 +0100
commit12cd63ff165e8c5235e7f95548f9706437691ccc (patch)
tree157b81df474d9ffdeef0a1d654a62298a5d31913 /common/modules/highlight.jsm
parent696d2dd13f7bced2b150d7554bfdb64f55c7d658 (diff)
downloadpentadactyl-12cd63ff165e8c5235e7f95548f9706437691ccc.tar.gz
Minor consistency fixes.
Diffstat (limited to 'common/modules/highlight.jsm')
-rw-r--r--common/modules/highlight.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/highlight.jsm b/common/modules/highlight.jsm
index 339dfd62..c27957a3 100644
--- a/common/modules/highlight.jsm
+++ b/common/modules/highlight.jsm
@@ -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]);