diff --git a/common/content/statusline.js b/common/content/statusline.js index 090366ed..b01125eb 100644 --- a/common/content/statusline.js +++ b/common/content/statusline.js @@ -12,7 +12,7 @@ var StatusLine = Module("statusline", { init: function () { this._statusLine = document.getElementById("status-bar"); this.statusBar = document.getElementById("addon-bar") || this._statusLine; - this.statusBar.collapsed = true; // it is later restored unless the user sets laststatus=0 + this.statusBar.collapsed = true; this.baseGroup = this.statusBar == this._statusLine ? "StatusLine " : ""; if (this.statusBar.localName == "toolbar") { diff --git a/common/locale/en-US/gui.xml b/common/locale/en-US/gui.xml index e7054858..ed6e13e9 100644 --- a/common/locale/en-US/gui.xml +++ b/common/locale/en-US/gui.xml @@ -211,8 +211,9 @@
- The status line appears at the bottom of each window. The