Re: [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Fiona Ebner
Am 24.11.23 um 16:41 schrieb Lukas Wagner: > > > On 11/24/23 15:58, Maximiliano Sandoval wrote: >> -    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, >

Re: [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Lukas Wagner
On 11/24/23 15:58, Maximiliano Sandoval wrote: - 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

Re: [pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Dietmar Maurer
Do you also plan to fix those typos in the translation files? Else we need to re-tralstale them for all languages! > On 24.11.2023 15:58 CET Maximiliano Sandoval wrote: > > > It would be preferable to use "won't" but I would rather err on the safe > side when it comes to escapes in gettext. >

[pve-devel] [PATCH widget-toolkit] node: repos: Use won't rather than don't

2023-11-24 Thread Maximiliano Sandoval
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 --- src/node/APTRepositories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/APTRepositories.js b/src/node/APTRep