Revision: 9792
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9792&view=rev
Author:   dominikoeo
Date:     2013-03-26 20:30:29 +0000 (Tue, 26 Mar 2013)
Log Message:
-----------
[fr] fixed 2 missing question marks in questions in messages.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
        2013-03-26 19:38:28 UTC (rev 9791)
+++ 
trunk/languagetool/languagetool-language-modules/fr/src/main/resources/org/languagetool/rules/fr/grammar.xml
        2013-03-26 20:30:29 UTC (rev 9792)
@@ -21290,7 +21290,7 @@
       <pattern>
         <token regexp="yes">\d+([kcmµn]?m|k?g|°C)</token>
       </pattern>
-      <message>Il faut utiliser une espace insécable avant l’unité. 
Voulez-vous écrire <suggestion><match no="1" regexp_match="(\d+)(.*)" 
regexp_replace="$1 $2"/></suggestion></message>
+      <message>Il faut utiliser une espace insécable avant l’unité. 
Voulez-vous écrire <suggestion><match no="1" regexp_match="(\d+)(.*)" 
regexp_replace="$1 $2"/></suggestion> ?</message>
       <example type="incorrect" correction="80 kg">Je pèse 
<marker>80kg</marker>.</example>
       <example type="correct">Je pèse <marker>80 kg</marker>.</example>
     </rule>
@@ -21298,7 +21298,7 @@
       <pattern>
         <token regexp="yes">\d+%</token>
       </pattern>
-      <message>Il faut utiliser une espace insécable avant le symbole des 
pourcentages. Voulez-vous écrire <suggestion><match no="1" 
regexp_match="(\d+)%" regexp_replace="$1 %"/></suggestion></message>
+      <message>Il faut utiliser une espace insécable avant le symbole des 
pourcentages. Voulez-vous écrire <suggestion><match no="1" 
regexp_match="(\d+)%" regexp_replace="$1 %"/></suggestion> ?</message>
       <example type="incorrect" correction="8 %">Une croissance de 
<marker>8%</marker>.</example>
       <example type="correct">Une croissance de <marker>8 %</marker>.</example>
     </rule>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to