From 50bc2c65298a16c33bbedb78c666a97f86cb028e Mon Sep 17 00:00:00 2001 From: Colin Kinloch Date: Wed, 26 Oct 2022 12:41:20 +0100 Subject: [PATCH] systemActions: Add poweroff without space Part-of: --- js/misc/systemActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/misc/systemActions.js b/js/misc/systemActions.js index c57afe5b5..591160c84 100644 --- a/js/misc/systemActions.js +++ b/js/misc/systemActions.js @@ -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, {