From: Eric C. <ecr...@us...> - 2006-09-30 15:10:58
|
User: ecrutchfield Date: 06/09/30 08:10:58 Modified: andromda-aspdotnet/src/main/resources/templates/aspdotnet/web2005 resources.resx.vsl Log: add msg for items in table Revision Changes Path 1.3 +3 -0 cartridges/andromda-aspdotnet/src/main/resources/templates/aspdotnet/web2005/resources.resx.vsl Index: resources.resx.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-aspdotnet/src/main/resources/templates/aspdotnet/web2005/resources.resx.vsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- resources.resx.vsl 25 Sep 2006 19:13:52 -0000 1.2 +++ resources.resx.vsl 30 Sep 2006 15:10:58 -0000 1.3 @@ -233,4 +233,7 @@ <data name="errors_equal"> <value>{0} must equal {1}.</value> </data> + <data name="items_in_table_text"> + <value>There are {0} items in the list.</value> + </data> </root> |