Internationalize some Event edit form error messages.

This commit is contained in:
Colin Kuskie 2009-07-02 15:28:58 +00:00
parent c30614bdf6
commit 277701a2cc
3 changed files with 14 additions and 2 deletions

View file

@ -685,6 +685,16 @@ be useful, others may not.|,
lastUpdated => 1204668000,
},
'The event end date must be after the event start date.' => {
message => q{The event end date must be after the event start date.},
lastUpdated => 1246549332,
},
'The event end time must be after the event start time.' => {
message => q{The event end time must be after the event start time.},
lastUpdated => 1204668000,
},
};
1;