Internationalized the "Send" button on the Mail Form wobject.

This commit is contained in:
JT Smith 2003-01-07 00:16:39 +00:00
parent e5cf2a33e2
commit b3c71232d0
2 changed files with 4 additions and 2 deletions

View file

@ -309,8 +309,7 @@ sub www_view {
}
$f->raw($row);
}
$f->submit("Send");
$f->submit(WebGUI::International::get(73, $namespace));
$output .= $f->print;
return $_[0]->processMacros($output);