mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 21:28:00 +01:00
fix trivial help text typos
This commit is contained in:
@@ -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."
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user