when editing the Properties fields on a node (e.g. typing a non-numeric into a number field like closeCorrelationKeyOnCompletion or completionSize on Aggregate - the error message on the title section of the Properties view shows "1 error detected" rather than showing the actual error.
It would be nicer to just show the one error message there 
Then MessageManager.update(ArrayList) only ever shows 1 error when the prefix is null (which it can never be) so not sure if we can fix this one
Particularly as I see no way to switch the MessageManager implementation; the update* methods are all private and there's no way to look at the MessageManager and find out what the current Messages are to then interact with the prefix or explicitly set the Form text based on the number of messages available!
Bizarre!