mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 00:13:33 +02: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",
|
short_help: "Add new QuickMark for current URL",
|
||||||
usage: ["M{a-zA-Z0-9}"],
|
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 session.",
|
"These QuickMarks are persistent across browser sessions.",
|
||||||
flags: Mappings.flags.ARGUMENT
|
flags: Mappings.flags.ARGUMENT
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user