From 86761952c3b80b2c8d9fd7e1c18ef3a27e72aa2b Mon Sep 17 00:00:00 2001 From: Allan Day Date: Wed, 31 Jan 2024 13:29:25 +0000 Subject: [PATCH] apps-menu: Rename Applications to Apps Nowadays people call applications apps, and GNOME uses the latter term rather than the former. Closes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/481 Part-of: --- extensions/apps-menu/extension.js | 2 +- extensions/apps-menu/metadata.json.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js index d2aecf61..c32b61aa 100644 --- a/extensions/apps-menu/extension.js +++ b/extensions/apps-menu/extension.js @@ -394,7 +394,7 @@ class ApplicationsButton extends PanelMenu.Button { this.accessible_role = Atk.Role.LABEL; this._label = new St.Label({ - text: _('Applications'), + text: _('Apps'), y_expand: true, y_align: Clutter.ActorAlign.CENTER, }); diff --git a/extensions/apps-menu/metadata.json.in b/extensions/apps-menu/metadata.json.in index b00cd3b3..5c8c8338 100644 --- a/extensions/apps-menu/metadata.json.in +++ b/extensions/apps-menu/metadata.json.in @@ -3,8 +3,8 @@ "uuid": "@uuid@", "settings-schema": "@gschemaname@", "gettext-domain": "@gettext_domain@", -"name": "Applications Menu", -"description": "Add a category-based menu for applications.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME's GitLab instance instead.", +"name": "Apps Menu", +"description": "Add a category-based menu for apps.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME's GitLab instance instead.", "original-authors": [ "e2002@bk.ru", "debarshir@gnome.org" ], "shell-version": [ "@shell_current@" ], "url": "@url@"