missed an echo

This commit is contained in:
Colin Kuskie 2006-05-10 20:41:44 +00:00
parent 21bdb2a5d3
commit 1b8865bf64
2 changed files with 7 additions and 1 deletions

View file

@ -1622,7 +1622,7 @@ function changePassType() {
if (passType == "member") { if (passType == "member") {
passIdChooser.multiple=true; passIdChooser.multiple=true;
passIdChooser.size=5; passIdChooser.size=5;
passIdChooser[0].text="'.$i18n->echo('Select one or more').'"; passIdChooser[0].text="'.$i18n->get('select one or more').'";
} else { } else {
passIdChooser.size=1; passIdChooser.size=1;
passIdChooser.multiple=false; passIdChooser.multiple=false;

View file

@ -1084,6 +1084,12 @@ for this event.</p>
context => q|Label to indicate that the user should pick one thing from a list of options|, 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' => { 'seats available' => {
message => q|Seats Available|, message => q|Seats Available|,
lastUpdated => 1145400186, lastUpdated => 1145400186,