1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 08:34:12 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2007-08-16 10:58:34 +00:00
parent 0c7844dbeb
commit 1ec6743b5d
6 changed files with 20 additions and 20 deletions

View File

@@ -541,7 +541,7 @@ function Mappings() //{{{
{
short_help: "Add new QuickMark for current URL",
usage: ["M{a-zA-Z0-9}"],
help: "You can go to a marked url in the current tab with <code class=\"mapping\">go{a-zA-Z0-9}</code> or in a new tab with <code class=\"mapping\">gn{a-zA-Z0-9}</code>. " +
help: "You can go to a marked URL in the current tab with <code class=\"mapping\">go{a-zA-Z0-9}</code> or in a new tab with <code class=\"mapping\">gn{a-zA-Z0-9}</code>. " +
"These QuickMarks are persistent across browser sessions.",
flags: Mappings.flags.ARGUMENT
}