mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
quick-settings: Add ellipses to 'Log Out' string
According to GNOME HIG, if an item opens a new window or dialog, it should be indicated with ellipses. This change adds ellipses to the "Log Out" menu item in the quick access menu. Fixes #5821 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2467>
This commit is contained in:
parent
9c3b32df3a
commit
4a1bfb45d5
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class ShutdownItem extends QuickSettingsItem {
|
|||
|
||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
this._addSystemAction(_('Log Out'), 'can-logout', () => {
|
||||
this._addSystemAction(_('Log Out…'), 'can-logout', () => {
|
||||
this._systemActions.activateLogout();
|
||||
Main.panel.closeQuickSettings();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue