]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
rename "Theme" selector to "Color Scheme"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Mar 2023 15:08:57 +0000 (16:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Mar 2023 15:37:25 +0000 (16:37 +0100)
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>
src/window/ThemeEdit.js

index aec7082cb02de5519b636db4234fa9901534d128..8c5f134deb75dbe169c0fab9632db55dcf50c8a4 100644 (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}',
            },