From 5afec12b9e8ff8f3bb4be9385bfbf06a611e7275 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 Mar 2023 16:08:57 +0100 Subject: [PATCH] rename "Theme" selector to "Color Scheme" 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 --- src/window/ThemeEdit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window/ThemeEdit.js b/src/window/ThemeEdit.js index aec7082..8c5f134 100644 --- a/src/window/ThemeEdit.js +++ b/src/window/ThemeEdit.js @@ -27,14 +27,14 @@ Ext.define('Proxmox.window.ThemeEditWindow', { cookieName: 'PVEThemeCookie', - title: gettext('Theme'), + title: gettext('Color Theme'), modal: true, bodyPadding: 10, resizable: false, items: [ { xtype: 'proxmoxThemeSelector', - fieldLabel: gettext('Theme'), + fieldLabel: gettext('Color Theme'), bind: { value: '{theme}', },