https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2cdcb1f857995cbbe15eb33a2d4d5e67057c64e2

commit 2cdcb1f857995cbbe15eb33a2d4d5e67057c64e2
Author:     Philippe Morin <[email protected]>
AuthorDate: Mon Feb 3 13:00:03 2025 +0100
Commit:     GitHub <[email protected]>
CommitDate: Mon Feb 3 13:00:03 2025 +0100

    [SHELL32] Improve French (fr-FR) translation (#7699)
    
    Change "New" by "Nouveau".
---
 dll/win32/shell32/lang/fr-FR.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/win32/shell32/lang/fr-FR.rc b/dll/win32/shell32/lang/fr-FR.rc
index 0bb74655ef3..c38a47692fb 100644
--- a/dll/win32/shell32/lang/fr-FR.rc
+++ b/dll/win32/shell32/lang/fr-FR.rc
@@ -915,7 +915,7 @@ BEGIN
 
     IDS_SHELL_ABOUT_AUTHORS "&Auteurs"
     IDS_SHELL_ABOUT_BACK "< Précédent"
-    FCIDM_SHVIEW_NEW "Ne&w" /* A menu item with an ampersand */
+    FCIDM_SHVIEW_NEW "&Nouveau"
     FCIDM_SHVIEW_NEWFOLDER "Nouveau d&ossier"
     FCIDM_SHVIEW_NEWLINK "Nouveau &lien"
     IDS_FOLDER_OPTIONS "Options du dossier"

Reply via email to