more i18n fixes

This commit is contained in:
Colin Kuskie 2006-01-15 01:04:35 +00:00
parent 16b0edfb6b
commit f78591d8a7
8 changed files with 27 additions and 20 deletions

View file

@ -91,7 +91,7 @@ sub definition {
defaultValue=>undef
},
hoverHelp=>{
defaultValue=>WebGUI::International::get('1075 description')
defaultValue=>$i18n->get('1075 description')
},
});
return $class->SUPER::definition($definition);