[gnome-shell] systemActions: Add more keywords
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] systemActions: Add more keywords
- Date: Tue, 21 Nov 2017 18:32:45 +0000 (UTC)
commit 9bad2182dd814e5e3bb116fb795b8fcba20e1025
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Tue Aug 29 16:26:03 2017 -0400
systemActions: Add more keywords
https://bugzilla.gnome.org/show_bug.cgi?id=786987
js/misc/systemActions.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/misc/systemActions.js b/js/misc/systemActions.js
index ff81650..9c808b7 100644
--- a/js/misc/systemActions.js
+++ b/js/misc/systemActions.js
@@ -99,7 +99,7 @@ const SystemActions = new Lang.Class({
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: _("power off;shutdown").split(';'),
+ keywords: _("power off;shutdown;reboot;restart").split(';'),
available: false });
this._actions.set(LOCK_SCREEN_ACTION_ID,
{ // Translators: The name of the lock screen action in search
@@ -134,7 +134,7 @@ const SystemActions = new Lang.Class({
name: C_("search-result", "Lock Orientation"),
iconName: '',
// Translators: A list of keywords that match the lock orientation action,
separated by semicolons
- keywords: _("lock orientation").split(';'),
+ keywords: _("lock orientation;screen;rotation").split(';'),
available: false });
this._loginScreenSettings = new Gio.Settings({ schema_id: LOGIN_SCREEN_SCHEMA });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]