diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml index 2fd08345..154c4293 100644 --- a/common/locale/en-US/marks.xml +++ b/common/locale/en-US/marks.xml @@ -119,11 +119,10 @@ :bmarks! filter

- List or open multiple bookmarks. Opens the message window - at the bottom of the screen with all bookmarks with - titles or URLs matching filter. The resulting - URLs can be clicked, or accessed via extended hint modes - such as ;o. + List or open multiple bookmarks. Opens the message window at the + bottom of the screen with all bookmarks with URLs matching + filter. The resulting URLs can be clicked, or accessed via + extended hint modes such as ;o.

diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index 58c9fa32..c8e436bb 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", { options.add(["previouspattern"], "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" }); options.add(["pageinfo", "pa"],