https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45ad7a7ac315c8cbd7e4908e7408f44812cb240e

commit 45ad7a7ac315c8cbd7e4908e7408f44812cb240e
Author:     Eric Kohl <[email protected]>
AuthorDate: Sat Apr 18 11:28:42 2020 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Sat Apr 18 11:28:42 2020 +0200

    [NOTEPAD] Fix missing french 'About notepad' menu item translation
    
    CORE-16886
---
 base/applications/notepad/lang/fr-FR.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/applications/notepad/lang/fr-FR.rc 
b/base/applications/notepad/lang/fr-FR.rc
index dab6104d35c..bcd6e371341 100644
--- a/base/applications/notepad/lang/fr-FR.rc
+++ b/base/applications/notepad/lang/fr-FR.rc
@@ -62,7 +62,7 @@ BEGIN
     BEGIN
         MENUITEM "&Sommaire", CMD_HELP_CONTENTS
         MENUITEM SEPARATOR
-        MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
+        MENUITEM "&À propos du Bloc-notes", CMD_HELP_ABOUT_NOTEPAD
     END
 END
 

Reply via email to