From: Stefan Sterz <s.sterz@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui 1/1] main view/quarantine: rename "Theme" selector to "Color Theme"
Date: Fri, 14 Apr 2023 15:28:11 +0200 [thread overview]
Message-ID: <20230414132811.1485897-6-s.sterz@proxmox.com> (raw)
In-Reply-To: <20230414132811.1485897-1-s.sterz@proxmox.com>
this is already the case in Proxmox VE so just use the same wording
here too to stay consistent
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
---
js/MainView.js | 2 +-
js/QuarantineView.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/MainView.js b/js/MainView.js
index 2cc140c..7c12ece 100644
--- a/js/MainView.js
+++ b/js/MainView.js
@@ -210,7 +210,7 @@ Ext.define('PMG.MainView', {
},
{
iconCls: 'fa fa-paint-brush',
- text: gettext('Theme'),
+ text: gettext('Color Theme'),
handler: () => Ext.create('Proxmox.window.ThemeEditWindow', {
cookieName: 'PMGThemeCookie',
autoShow: true,
diff --git a/js/QuarantineView.js b/js/QuarantineView.js
index b3315cf..5b70487 100644
--- a/js/QuarantineView.js
+++ b/js/QuarantineView.js
@@ -243,7 +243,7 @@ Ext.define('PMG.QuarantineView', {
{
reference: 'themeButton',
iconCls: 'fa fa-paint-brush',
- text: gettext('Theme'),
+ text: gettext('Color Theme'),
},
{
iconCls: 'fa fa-language',
--
2.30.2
next prev parent reply other threads:[~2023-04-14 13:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-14 13:28 [pmg-devel] [PATCH widget-toolkit 0/2] Proxmox Dark Theme Fix-ups - Round 6 Stefan Sterz
2023-04-14 13:28 ` [pmg-devel] [PATCH widget-toolkit 1/2] dark-mode: adjust panel header tool icons Stefan Sterz
2023-04-14 13:28 ` [pmg-devel] [PATCH widget-toolkit 2/2] fix #4618: dark-mode: lighten critical/warning charts/gauges colors Stefan Sterz
2023-04-14 13:28 ` Stefan Sterz [this message]
2023-05-17 9:53 ` [pmg-devel] applied-series: [pbs-devel] [PATCH widget-toolkit 0/2] Proxmox Dark Theme Fix-ups - Round 6 Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230414132811.1485897-6-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox