From c566c719fb61d380b6336a94b99965a1ea857d6f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= <frederic.delanoy@gmail.com>
Date: Mon, 17 Aug 2009 19:55:24 +0200
Subject: [PATCH] wineconsole: Fix French translation.

---
 programs/wineconsole/wineconsole_Fr.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/wineconsole/wineconsole_Fr.rc b/programs/wineconsole/wineconsole_Fr.rc
index 330436bfd42..99aace419a3 100644
--- a/programs/wineconsole/wineconsole_Fr.rc
+++ b/programs/wineconsole/wineconsole_Fr.rc
@@ -38,7 +38,7 @@ IDS_SCROLL,		"&Défiler"
 IDS_SEARCH,		"C&hercher"
 IDS_FNT_DISPLAY,	"Chaque caractère a %ld pixels de largeur et %ld pixels de hauteur"
 IDS_FNT_PREVIEW_1,	"Ceci est un test"
-IDS_FNT_PREVIEW_2,	"éèàôë"
+IDS_FNT_PREVIEW_2,	""
 IDS_DLG_TIT_DEFAULT,    "Configuration par défaut"
 IDS_DLG_TIT_CURRENT,    "Configuration courante"
 IDS_DLG_TIT_ERROR,	"Erreur de configuration"
-- 
GitLab