From 9a09401004e4f600e581ef86a09746abd3c4024c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 19 Jul 2007 05:56:44 +0000 Subject: [PATCH] fix trivial help text typos --- chrome/content/vimperator/commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 9a2d53cd..11ff1e10 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -906,7 +906,7 @@ function Commands() //{{{ function(args) { vimperator.quickmarks.list(args); }, { usage: ["qmarks"], - short_help: "Shows marked URLs", + short_help: "Show marked URLs", help: "TODO." } )); @@ -935,7 +935,7 @@ function Commands() //{{{ function() { vimperator.echo("winopen not implemented yet"); }, { usage: ["wino[pen] [url] [| url]"], - short_help: "Open an URL in a new window", + short_help: "Open a URL in a new window", help: "Not implemented yet." } ));