Make a synopsis field available to the Event edit form. Fixes bug #11190

This commit is contained in:
Colin Kuskie 2009-11-02 10:52:01 -08:00
parent 37689843a3
commit baf9f3c700
4 changed files with 14 additions and 0 deletions

View file

@ -35,6 +35,11 @@ our $I18N = {
lastUpdated => 1171067211,
},
'formSynopsis' => {
message => q|HTML form for entering or editing the Event Synopsis.|,
lastUpdated => 1171067211,
},
'formLocation' => {
message => q|HTML form for entering or editing the Event Location.|,
lastUpdated => 1171067211,