https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab4b001e94203682efc28…
commit ab4b001e94203682efc28410615878cd112633be
Author: Kyle Katarn <contact(a)kcsoftwares.com>
AuthorDate: Sun Apr 26 11:54:42 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sun Apr 26 11:54:42 2020 +0200
[NETID] fr-fr translation fix and component size (#2586)
---
dll/win32/netid/lang/fr-FR.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/netid/lang/fr-FR.rc b/dll/win32/netid/lang/fr-FR.rc
index 281815f9efc..72c806ab482 100644
--- a/dll/win32/netid/lang/fr-FR.rc
+++ b/dll/win32/netid/lang/fr-FR.rc
@@ -15,7 +15,7 @@ BEGIN
EDITTEXT IDC_WORKGROUPDOMAIN_NAME, 103, 84, 144, 12, ES_READONLY | NOT WS_BORDER |
NOT WS_TABSTOP
LTEXT "Pour utiliser l'Assistant Réseau, afin de rejoindre un domaine ou
créer un utilisateur local, cliquez sur Identification Réseau.", IDC_STATIC, 6, 108,
160, 24
PUSHBUTTON "ID &réseau...", IDC_NETWORK_ID, 170, 114, 78, 15
- LTEXT "Pour changer le nom de cet ordinateur ou rejoindre un domaine, cliquez
sur Changer.", IDC_STATIC, 6, 149, 160, 17
+ LTEXT "Pour changer le nom de cet ordinateur ou rejoindre un domaine, cliquez
sur Modifier.", IDC_STATIC, 6, 149, 160, 17
PUSHBUTTON "Modifier...", IDC_NETWORK_PROPERTY, 170, 149, 78, 15
LTEXT "Note : Seuls les administrateurs peuvent modifier l'identification de
cet ordinateur.", IDC_STATIC, 6, 179, 244, 18
END