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

commit c037278c5fdcb5dd8cf6d297aa2a09acbcbf6c7a
Author:     Eric Kohl <[email protected]>
AuthorDate: Mon Apr 13 15:27:47 2020 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Mon Apr 13 15:27:47 2020 +0200

    [SHELL32] Fix missing french translation for "Command prompt here"
    
    CORE-16855
---
 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 4a212dd08e7..792e6733c3b 100644
--- a/dll/win32/shell32/lang/fr-FR.rc
+++ b/dll/win32/shell32/lang/fr-FR.rc
@@ -919,7 +919,7 @@ BEGIN
     IDS_EDIT_VERB "Éditer"
     IDS_FIND_VERB "Chercher"
     IDS_PRINT_VERB "Imprimer"
-    IDS_CMD_VERB "Command Prompt here"
+    IDS_CMD_VERB "Ouvrir l'invite de commandes"
 
     IDS_FILE_FOLDER "%u fichiers, %u répertoires"
     IDS_PRINTERS "Imprimantes"

Reply via email to