From 58267baa28f971dbbd9724838fce77c05eaaec2c Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Wed, 3 Jun 2015 14:53:15 +0200
Subject: [PATCH] fix french translations

---
 res/i18n/ts/fr_FR.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/i18n/ts/fr_FR.ts b/res/i18n/ts/fr_FR.ts
index b89fb16b..14d36601 100644
--- a/res/i18n/ts/fr_FR.ts
+++ b/res/i18n/ts/fr_FR.ts
@@ -538,7 +538,7 @@ Revoking your UID can only success if it is not already validated by the network
     <message>
         <location filename="../../../src/cutecoin/gui/currency_tab.py" line="183"/>
         <source> Block {0}</source>
-        <translation>Block {0}</translation>
+        <translation>Bloc {0}</translation>
     </message>
     <message>
         <location filename="../../../src/cutecoin/gui/currency_tab.py" line="75"/>
@@ -1735,7 +1735,7 @@ Le transfer de monnaie sera annulé et non envoyé.</translation>
         <location filename="../../../src/cutecoin/gui/transfer.py" line="88"/>
         <source>This transaction could not be sent on this block
 Please try again later</source>
-        <translation>Ce transfert ne peut être envoyer sur ce block.
+        <translation>Ce transfert ne peut être envoyer sur ce bloc.
 Veuillez rééssayer plus tard</translation>
     </message>
     <message>
-- 
GitLab