From 0a08cccee8549d69450355193cafda797d232452 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 Oct 2005 05:16:16 +0000 Subject: [PATCH] bugfix sf#1324170 --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index eb103cc9b..bccd91de8 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -506,7 +506,7 @@ sub getEditForm { $tabform->addTab("properties",WebGUI::International::get("properties","Asset")); $tabform->getTab("properties")->readOnly( -label=>WebGUI::International::get("asset id","Asset"), - -value=>$self->get("assetId") + -value=>$self->get("assetId"), -hoverHelp=>WebGUI::International::get('asset id description','Asset'), ); $tabform->getTab("properties")->text(