diff --git a/content/buffer.js b/content/buffer.js index fd7f7074..348026a6 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -148,7 +148,7 @@ liberator.Buffer = function () //{{{ getter: function () { return window.fullScreen; } }); - liberator.options.add(["nextpattern",], + liberator.options.add(["nextpattern"], "Patterns to use when guessing the 'next' page in a document sequence", "stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b");