diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml
index 60544b63..432392f8 100644
--- a/spring-webflow-reference/src/views.xml
+++ b/spring-webflow-reference/src/views.xml
@@ -566,9 +566,10 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy
booking.checkinDate.typeMismatch
- The first part of the key is the model class's short name. The second part of the key is the property name.
- The third part is the error code. This allows for the lookup of a unique message to display to the user
- when a type conversion failure occurs on a Booking checkinDate binding. Such a message might say:
+ The first part of the key is the model class's short name.
+ The second part of the key is the property name. The third part is the error code.
+ This allows for the lookup of a unique message to display to the user when a binding fails on a model property.
+ Such a message might say:
booking.checkinDate.typeMismatch=The check in date must be in the format yyyy-mm-dd.