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:
@@ -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
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user