[Fb-contrib-commit] SF.net SVN: fb-contrib: [610] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-08-12 03:26:17
|
Revision: 610 Author: dbrosius Date: 2006-08-11 20:26:13 -0700 (Fri, 11 Aug 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=610&view=rev Log Message: ----------- better descriptions Modified Paths: -------------- trunk/fb-contrib/etc/messages.xml Modified: trunk/fb-contrib/etc/messages.xml =================================================================== --- trunk/fb-contrib/etc/messages.xml 2006-08-12 02:33:27 UTC (rev 609) +++ trunk/fb-contrib/etc/messages.xml 2006-08-12 03:26:13 UTC (rev 610) @@ -1225,7 +1225,7 @@ <BugPattern type="S508C_NO_SETLABELFOR"> <ShortDescription>JLabel doesn't specify what it's labeling</ShortDescription> - <LongDescription>JLabel doesn't specify what it's labeling</LongDescription> + <LongDescription>JLabel in method {1} doesn't specify what it's labeling</LongDescription> <Details> <![CDATA[ <p>This class uses JLabels that do not specify what fields are being labeled. @@ -1238,7 +1238,7 @@ <BugPattern type="S508C_NO_SETSIZE"> <ShortDescription>Window sets size manually, and doesn't use pack</ShortDescription> - <LongDescription>Window sets size manually, and doesn't use pack</LongDescription> + <LongDescription>Window {0} sets size manually, and doesn't use pack</LongDescription> <Details> <![CDATA[ <p>This class creates a window, and sizes the window using setSize. It is better This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |