Internationalize some Event edit form error messages.
This commit is contained in:
parent
c30614bdf6
commit
277701a2cc
3 changed files with 14 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue