https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ad4c174eb646abd4b8654…
commit ad4c174eb646abd4b8654289a1ec966f5a0f2b81
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Thu Oct 8 22:41:33 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Oct 8 22:41:33 2020 +0200
[SYSSETUP] fr-FR: Change keyboard accelerator for Owner Organization field (#3282)
'S' is already used for Next ('Suivant') button.
---
dll/win32/syssetup/lang/fr-FR.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/syssetup/lang/fr-FR.rc b/dll/win32/syssetup/lang/fr-FR.rc
index dabba0db3b6..da8c984f089 100644
--- a/dll/win32/syssetup/lang/fr-FR.rc
+++ b/dll/win32/syssetup/lang/fr-FR.rc
@@ -45,7 +45,7 @@ BEGIN
LTEXT "Entrez votre nom complet et le nom de votre société.", IDC_STATIC,
54, 7, 242, 21
LTEXT "&Nom :", IDC_STATIC, 54, 37, 44, 8
EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
- LTEXT "&Société :", IDC_STATIC, 54, 57, 44, 8
+ LTEXT "S&ociété :", IDC_STATIC, 54, 57, 44, 8
EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP |
ES_AUTOHSCROLL
END