You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2009/07/09 17:35:33 UTC

svn commit: r792586 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_fr.properties

Author: ivaynberg
Date: Thu Jul  9 15:35:32 2009
New Revision: 792586

URL: http://svn.apache.org/viewvc?rev=792586&view=rev
Log:
WICKET-2358 EmailAddressValidator property has a typo in French version
Issue: WICKET-2358

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_fr.properties

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_fr.properties
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_fr.properties?rev=792586&r1=792585&r2=792586&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_fr.properties (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_fr.properties Thu Jul  9 15:35:32 2009
@@ -30,7 +30,7 @@
 UrlValidator='${input}' n'est pas une URL valide.
 
 PatternValidator='${input}' ne correspond pas au mod\u00e8le '${pattern}'.
-EmailAddressValidator='${input}' n'est pas une address e-mail valide.
+EmailAddressValidator='${input}' n'est pas une adresse e-mail valide.
 
 EqualInputValidator='${input0}' du champ ${label0} et '${input1}' du champ ${label1} doivent \u00eatre \u00e9gaux.
 EqualPasswordInputValidator=${label0} et ${label1} doivent \u00eatre \u00e9gaux.