From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui 2/2] NavigationTree: Remove extra space
Date: Wed, 29 Nov 2023 14:25:22 +0100 [thread overview]
Message-ID: <20231129132522.220814-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20231129132522.220814-1-m.sandoval@proxmox.com>
The new string already is in our .po file. This change will remove the
wrong string without requiring newer translations.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
js/NavigationTree.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/NavigationTree.js b/js/NavigationTree.js
index 2c4d5a5..59d98f5 100644
--- a/js/NavigationTree.js
+++ b/js/NavigationTree.js
@@ -163,7 +163,7 @@ Ext.define('PMG.store.NavigationStore', {
leaf: true,
},
{
- text: gettext('Virus Charts'),
+ text: gettext('Virus Charts'),
iconCls: 'fa fa-bug',
path: 'pmgVirusCharts',
leaf: true,
--
2.39.2
next prev parent reply other threads:[~2023-11-29 13:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 13:25 [pmg-devel] [PATCH pmg-gui 1/2] gui: Mark missing strings as translatable Maximiliano Sandoval
2023-11-29 13:25 ` Maximiliano Sandoval [this message]
2023-12-15 15:29 ` [pmg-devel] applied-series: " Stoiko Ivanov
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=20231129132522.220814-2-m.sandoval@proxmox.com \
--to=m.sandoval@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