missing commas from hover help translation
This commit is contained in:
parent
fb17ac4261
commit
1914ada25f
2 changed files with 4 additions and 4 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue