diff --git a/content/ui.js b/content/ui.js index 3bb2ad72..34e4b38d 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1524,7 +1524,7 @@ liberator.StatusLine = function () //{{{ } else { - url = url.replace(new RegExp("^chrome://liberator/locale/(\\S+)\\.html$"), "$1 [Help]"); + url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)$"), "$1 [Help]"); } // when session information is available, add [+] when we can go backwards