aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Types
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-10-11 20:32:40 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-10-11 20:32:40 +0000
commit206ce50371c1defcfd26fc979eaeb1090006c265 (patch)
tree103f145c54f436a939d9652fddc2f4ba06df63e5 /lib/Reaction/Types
parent60e003d01744d40aef393dba26cbf6ede72cc059 (diff)
downloadreaction-206ce50371c1defcfd26fc979eaeb1090006c265.tar.gz
reaction-206ce50371c1defcfd26fc979eaeb1090006c265.zip
general changes.some formatting, better entities encoding and improved error message
Diffstat (limited to 'lib/Reaction/Types')
-rw-r--r--lib/Reaction/Types/DateTime.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/Types/DateTime.pm b/lib/Reaction/Types/DateTime.pm
index d6294d2..c696d03 100644
--- a/lib/Reaction/Types/DateTime.pm
+++ b/lib/Reaction/Types/DateTime.pm
@@ -9,7 +9,7 @@ use DateTime;
subtype DateTime,
as Object,
where { $_->isa('DateTime') },
- message { "Must be of the form YYYY-MM-DD HH:MM:SS" };
+ message { "Please enter a date and time" };
use DateTime::SpanSet;