View Single Post
Old 10th August 2010, 19:03   #1365  |  Link
mariush
Registered User
 
Join Date: Dec 2008
Posts: 589
btw... something trivial... maybe you can do an [(filecount!=1) ? ' are ' : ' is ' ] + ' ' + [ (filecount ==0 ) ? 'no' : filecount.toString() ] + ' file' + [ ( filecount !=1 ) ? 's' : '' ] sort of thing

It's just visual but it should also be very easy to implement

Last edited by mariush; 10th August 2010 at 19:06.
mariush is offline   Reply With Quote