mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 19:34:21 +00:00
ui: rename "Theme" selector to "Color Theme"
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
ea659be66d
commit
fce3b1be4d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user