From d344437cc5cde75907728117b14c8d6d86f20b2d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 11 Oct 2007 01:06:46 +0000 Subject: [PATCH] fix typo in :preferences usage --- content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands.js b/content/commands.js index a7bbabfb..db86f003 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1065,7 +1065,7 @@ function Commands() //{{{ } }, { - usage: [":pref[erences][!]"], + usage: ["pref[erences][!]"], short_help: "Show Browser Preferences", help: "You can change the browser preferences from this dialog. " + "Be aware that not all Firefox preferences work, because Vimperator overrides some keybindings and changes Firefox's GUI.
" +