1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 00:25:46 +01:00

fix typo in help for 'M' mapping

This commit is contained in:
Doug Kearns
2007-07-02 07:55:47 +00:00
parent 3372fee9e9
commit bd11cc4da1

View File

@@ -338,8 +338,8 @@ 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>." +
"These QuickMarks are persistent across browser session.",
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
}
));