From 12cd63ff165e8c5235e7f95548f9706437691ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 30 Dec 2010 23:01:23 +0100 Subject: Minor consistency fixes. --- common/modules/highlight.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/modules/highlight.jsm') 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]); -- cgit v1.2.3