This is really trivial, but if a project's report is not received, we should say it's not received.
What we currently say is that it was not submitted, which is probably true but not accurate. The report might have been submitted, email failed, someone sent it to board@ but no one checked it in via whimsy or svn, or any number of obscure technical issues too complex to mention. So, I'd like to change the messages and minutes: models/minutes.rb: [section, title, report, "\n\n No report was submitted."] models/minutes.rb: minutes.sub! /^(\s+)See Attachment #{attach}$/, '\1No report was submitted.' views/buttons/email.js.rb: "#{@@item.title} has not yet been submitted for this " + I notice that there are some tests that expect "submitted". I have not run these tests, but do they need to be changed as well? Craig L Russell Secretary, Apache Software Foundation c...@apache.org http://db.apache.org/jdo