mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:54:12 +01:00
Fix a typo from revision 8844fd390b8c.
Courtesy Daniel Danner. Closes issue #888.
This commit is contained in:
@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
|
|||||||
|
|
||||||
options.add(["previouspattern"],
|
options.add(["previouspattern"],
|
||||||
"Patterns to use when guessing the previous page in a document sequence",
|
"Patterns to use when guessing the previous page in a document sequence",
|
||||||
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
|
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
|
||||||
{ regexpFlags: "i" });
|
{ regexpFlags: "i" });
|
||||||
|
|
||||||
options.add(["pageinfo", "pa"],
|
options.add(["pageinfo", "pa"],
|
||||||
|
|||||||
Reference in New Issue
Block a user