fix Form i18n labels

This commit is contained in:
Colin Kuskie 2005-11-15 23:31:02 +00:00
parent 5c66da33c7
commit e4a4ecd342
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ Returns the human readable name or type of this form control.
=cut
sub getName {
return WebGUI::International::get("template","Asset_Template");
return WebGUI::International::get("assetName","Asset_Template");
}
#-------------------------------------------------------------------