diff options
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 |
commit | 12cd63ff165e8c5235e7f95548f9706437691ccc (patch) | |
tree | 157b81df474d9ffdeef0a1d654a62298a5d31913 /common/modules/highlight.jsm | |
parent | 696d2dd13f7bced2b150d7554bfdb64f55c7d658 (diff) | |
download | pentadactyl-12cd63ff165e8c5235e7f95548f9706437691ccc.tar.gz |
Minor consistency fixes.
Diffstat (limited to 'common/modules/highlight.jsm')
-rw-r--r-- | common/modules/highlight.jsm | 2 |
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]); |