diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index cf0ee9bf9..99bb7e3bf 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1622,7 +1622,7 @@ function changePassType() { if (passType == "member") { passIdChooser.multiple=true; passIdChooser.size=5; - passIdChooser[0].text="'.$i18n->echo('Select one or more').'"; + passIdChooser[0].text="'.$i18n->get('select one or more').'"; } else { passIdChooser.size=1; passIdChooser.multiple=false; diff --git a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm index de3d66850..b45b5ca92 100644 --- a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm @@ -1084,6 +1084,12 @@ for this event.

context => q|Label to indicate that the user should pick one thing from a list of options|, }, + 'select one or more' => { + message => q|Select one or more|, + lastUpdated => 1147293240, + context => q|Label to indicate that the user should pick one or more things from a list of options|, + }, + 'seats available' => { message => q|Seats Available|, lastUpdated => 1145400186,