mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-04 21:22:16 +00:00
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:
parent
999a6e5c4c
commit
5afec12b9e
@ -27,14 +27,14 @@ Ext.define('Proxmox.window.ThemeEditWindow', {
|
|||||||
|
|
||||||
cookieName: 'PVEThemeCookie',
|
cookieName: 'PVEThemeCookie',
|
||||||
|
|
||||||
title: gettext('Theme'),
|
title: gettext('Color Theme'),
|
||||||
modal: true,
|
modal: true,
|
||||||
bodyPadding: 10,
|
bodyPadding: 10,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxThemeSelector',
|
xtype: 'proxmoxThemeSelector',
|
||||||
fieldLabel: gettext('Theme'),
|
fieldLabel: gettext('Color Theme'),
|
||||||
bind: {
|
bind: {
|
||||||
value: '{theme}',
|
value: '{theme}',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user