appMenu: Add heading to windows section
It may not be immediately obvious that the windows section is a list of open application windows, as titles like "Downloads" can easily be confused with an action. Add a section heading to avoid confusion. https://gitlab.gnome.org/GNOME/gnome-shell/issues/968
This commit is contained in:
parent
d2dc072ba9
commit
d4763b157d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user