missing commas from hover help translation

This commit is contained in:
Colin Kuskie 2005-07-25 03:29:29 +00:00
parent fb17ac4261
commit 1914ada25f
2 changed files with 4 additions and 4 deletions

View file

@ -175,8 +175,8 @@ sub getEditForm {
$tabform->getTab("display")->template(
-value=>$self->getValue('templateId'),
-namespace=>"Poll",
-label=>WebGUI::International::get(73,"Asset_Poll")
-hoverHelp=>WebGUI::International::get('73 description',"Asset_Poll")
-label=>WebGUI::International::get(73,"Asset_Poll"),
-hoverHelp=>WebGUI::International::get('73 description',"Asset_Poll"),
);
my ($i, $answers);
for ($i=1; $i<=20; $i++) {