From f8bf0fbad83715ed4ba19aa1a00e5c7d6bf52d2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Hanol?= <regis@hanol.fr>
Date: Tue, 11 Mar 2014 12:30:59 +0100
Subject: [PATCH] FIX: encoding on FR translations

---
 plugins/poll/config/locales/client.fr.yml | 6 +++---
 plugins/poll/config/locales/server.fr.yml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/plugins/poll/config/locales/client.fr.yml b/plugins/poll/config/locales/client.fr.yml
index 2cdd56b68..1da9ecc17 100644
--- a/plugins/poll/config/locales/client.fr.yml
+++ b/plugins/poll/config/locales/client.fr.yml
@@ -1,6 +1,6 @@
 # encoding: utf-8
 #
-# French translation - Traduction fran�aise
+# French translation - Traduction française
 #
 # This file contains content for the client portion of Discourse, sent out
 # to the Javascript app.
@@ -19,5 +19,5 @@ fr:
         other: "%{count} votes"
 
       results:
-        show: "Voir les r�sultats"
-        hide: "Cacher les r�sultats"
+        show: "Voir les résultats"
+        hide: "Cacher les résultats"
diff --git a/plugins/poll/config/locales/server.fr.yml b/plugins/poll/config/locales/server.fr.yml
index 60e07219d..85bf5b022 100644
--- a/plugins/poll/config/locales/server.fr.yml
+++ b/plugins/poll/config/locales/server.fr.yml
@@ -1,6 +1,6 @@
 # encoding: utf-8
 #
-# French translation - Traduction fran�aise
+# French translation - Traduction française
 #
 # This file contains content for the server portion of Discourse used by Ruby
 #
@@ -13,5 +13,5 @@
 fr:
   poll:
     must_contain_poll_options: "doit contenir une liste de choix pour le sondage"
-    cannot_have_modified_options: "ne peut pas �tre modifi� car il contient un sondage publi� depuis plus de 5 minutes"
+    cannot_have_modified_options: "ne peut pas être modifié car il contient un sondage publié depuis plus de 5 minutes"
     prefix: "Sondage:"