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") {
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;