You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2007/11/04 11:45:29 UTC

svn commit: r591755 - /wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/model/StringResourceModelTest.properties

Author: gseitz
Date: Sun Nov  4 02:45:28 2007
New Revision: 591755

URL: http://svn.apache.org/viewvc?rev=591755&view=rev
Log:
forgot to commit the changed properties file too

Modified:
    wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/model/StringResourceModelTest.properties

Modified: wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/model/StringResourceModelTest.properties
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/model/StringResourceModelTest.properties?rev=591755&r1=591754&r2=591755&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/model/StringResourceModelTest.properties (original)
+++ wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/model/StringResourceModelTest.properties Sun Nov  4 02:45:28 2007
@@ -20,4 +20,5 @@
 weather.sunny=It's sunny, wear sunscreen
 weather.raining=It's raining, take an umbrella
 weather.message=Weather station "${name}" reports that the temperature is ${currentTemperature} ${units}
+weather.mixed=Weather station "${name}" reports that the temperature is {0} {1}
 weather.detail=The report for {0,date,medium}, shows the temperature as {2,number,###.##} {3} and the weather to be {1}