You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bw...@apache.org on 2006/04/25 01:21:05 UTC

svn commit: r396719 - /tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_sv.properties

Author: bwallace
Date: Mon Apr 24 16:21:03 2006
New Revision: 396719

URL: http://svn.apache.org/viewcvs?rev=396719&view=rev
Log:
[TAPESTRY-640] Fixed Sweedish (sv) number-too-small / number-too-large validation strings

Modified:
    tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_sv.properties

Modified: tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_sv.properties
URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_sv.properties?rev=396719&r1=396718&r2=396719&view=diff
==============================================================================
--- tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_sv.properties (original)
+++ tapestry/tapestry4/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_sv.properties Mon Apr 24 16:21:03 2006
@@ -23,8 +23,8 @@
 date-too-early={0} m\u00e5ste vara p\u00e5 eller efter {1}.
 date-too-late={0} m\u00e5ste vara p\u00e5 eller f\u00f6re {1}.
 
-number-too-small={0} m\u00e5ste vara mindre \u00e4n {1}.
-number-too-large={0} m\u00e5ste vara st\u00f6rre \u00e4n {1}.
+number-too-small={0} m\u00e5ste vara st\u00f6rre \u00e4n {1}.
+number-too-large={0} m\u00e5ste vara mindre \u00e4n {1}.
 
 number-range={0} m\u00e5ste vara mellan {1} och {2}.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org