fixing more broken i18n labels

This commit is contained in:
Colin Kuskie 2005-12-05 14:52:54 +00:00
parent ac944aed88
commit caeff5db5f
3 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ sub getEditForm {
if ($self->get("filename") ne "") {
$tabform->getTab("properties")->readOnly(
-label=>WebGUI::International::get('thumbnail', 'Asset_Image'),
-hoverHelp=>WebGUI::International::get('thumbnail description', 'Asset_Image'),
-hoverHelp=>WebGUI::International::get('Thumbnail description', 'Asset_Image'),
-value=>'<a href="'.$self->getFileUrl.'"><img src="'.$self->getThumbnailUrl.'?noCache='.time().'" alt="thumbnail" /></a>'
);
my ($x, $y) = $self->getStorageLocation->getSizeInPixels($self->get("filename"));