From ac6f734427533e11266ce42f0a7ab0cff69b9e98 Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sat, 14 Jul 2007 16:14:11 +0000 Subject: [PATCH] fix french resource file svn path=/trunk/; revision=27663 --- reactos/subsystems/ntvdm/lang/fr-FR.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsystems/ntvdm/lang/fr-FR.rc b/reactos/subsystems/ntvdm/lang/fr-FR.rc index f7e2d438634..dae24481b86 100644 --- a/reactos/subsystems/ntvdm/lang/fr-FR.rc +++ b/reactos/subsystems/ntvdm/lang/fr-FR.rc @@ -1,4 +1,4 @@ -#include "resource.h" +#include "resource.h" /* * Moved all hardcoded strings to En.rc. * By Magnus Olsen 2005 @@ -9,5 +9,5 @@ STRINGTABLE DISCARDABLE { STRING_WelcomeMsg, "Aide de la Machine DOS Virtuel de ReactOS.\n" -STRING_PromptMsg, "Taper r pour démarrer, s pour éteindre ou q pour quitter maintenant." +STRING_PromptMsg, "Taper r pour démarrer, s pour éteindre ou q pour quitter maintenant." }