use international value for snippet form label

This commit is contained in:
Colin Kuskie 2005-01-03 02:01:02 +00:00
parent 7a4563cc21
commit d9da569600

View file

@ -86,6 +86,7 @@ sub getEditForm {
my $tabform = $self->SUPER::getEditForm();
$tabform->getTab("properties")->codearea(
-name=>"snippet",
-label=>WebGUI::International::get('snippet', 'Asset'),
-label=>"Snippet",
-value=>$self->getValue("snippet")
);