rename "Theme" selector to "Color Scheme"

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 <m.frank@proxmox.com>
 [ T: while Markus suggested Color Scheme, the hive-mind opted for
 this ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-21 16:08:57 +01:00
parent 999a6e5c4c
commit 5afec12b9e

View File

@ -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}',
},