all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't
@ 2023-11-24 14:58 Maximiliano Sandoval
  2023-11-24 15:33 ` Dietmar Maurer
  2023-11-24 15:41 ` Lukas Wagner
  0 siblings, 2 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2023-11-24 14:58 UTC (permalink / raw)
  To: pve-devel

It would be preferable to use "won't" but I would rather err on the safe
side when it comes to escapes in gettext.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/node/APTRepositories.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index 4e74da2..f27e713 100644
--- a/src/node/APTRepositories.js
+++ b/src/node/APTRepositories.js
@@ -471,7 +471,7 @@ Ext.define('Proxmox.node.APTRepositories', {
 
 	    if (!enterprise && !nosubscription && !test) {
 		addCritical(
-		    Ext.String.format(gettext('No {0} repository is enabled, you do not get any updates!'), vm.get('product')),
+		    Ext.String.format(gettext('No {0} repository is enabled, you would not get any updates!'), vm.get('product')),
 		);
 	    } else if (errors.length > 0) {
 		// nothing extra, just avoid that we show "get updates"
-- 
2.39.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-24 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 14:58 [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't Maximiliano Sandoval
2023-11-24 15:33 ` Dietmar Maurer
2023-11-24 15:41 ` Lukas Wagner
2023-11-24 16:08   ` Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal