From c3e9b0ca5d1925703a037ff2543bd3a2af16c581 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 9 Aug 2008 15:17:00 +0000 Subject: [PATCH] fix the capitalization of the short description for :preferences --- content/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/options.js b/content/options.js index b0663555..ce0091da 100644 --- a/content/options.js +++ b/content/options.js @@ -303,7 +303,7 @@ liberator.Options = function () //{{{ }); liberator.commands.add(["pref[erences]", "prefs"], - "Show " + liberator.config.hostApplication + " Preferences", + "Show " + liberator.config.hostApplication + " preferences", function (args, special, count, modifiers) { if (!args)