mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
systemActions: Add poweroff without space
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2523>
This commit is contained in:
parent
08da3101a9
commit
50bc2c6529
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const SystemActions = GObject.registerClass({
|
|||
name: C_("search-result", "Power Off"),
|
||||
iconName: 'system-shutdown-symbolic',
|
||||
// Translators: A list of keywords that match the power-off action, separated by semicolons
|
||||
keywords: tokenizeKeywords(_('power off;shutdown;halt;stop')),
|
||||
keywords: tokenizeKeywords(_('power off;poweroff;shutdown;halt;stop')),
|
||||
available: false,
|
||||
});
|
||||
this._actions.set(RESTART_ACTION_ID, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue