diff --git a/js/ui/panel.js b/js/ui/panel.js index aaf9f7b99..629fc4299 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -75,6 +75,9 @@ class AppMenu extends PopupMenu.PopupMenu { this._windowsChangedId = 0; + /* Translators: This is the heading of a list of open windows */ + this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem(_("Open Windows"))); + this._windowSection = new PopupMenu.PopupMenuSection(); this.addMenuItem(this._windowSection);