From fce3b1be4d814095f9017eb1f6d4e86bdf2faae9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 Mar 2023 16:22:23 +0100 Subject: [PATCH] ui: rename "Theme" selector to "Color Theme" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Having "Color" added makes it easier to translate (i.e. Farbschema, 配色) and at least as understandable as Theme, so change it, Suggested-by: Markus Frank [ T: while Markus suggested Color Scheme, the hive-mind opted for this ] Signed-off-by: Thomas Lamprecht --- www/manager6/Workspace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js index 8cee3638..18d574b7 100644 --- a/www/manager6/Workspace.js +++ b/www/manager6/Workspace.js @@ -397,7 +397,7 @@ Ext.define('PVE.StdWorkspace', { }, { iconCls: 'fa fa-paint-brush', - text: gettext('Theme'), + text: gettext('Color Theme'), handler: function() { Ext.create('Proxmox.window.ThemeEditWindow') .show();