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

@ -987,5 +987,8 @@ delete from international where languageId=2 and namespace='Poll' and internatio
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (12,2,'Poll','Gesamtzahl der Abstimmungen:', 1041071732);
delete from international where languageId=1 and namespace='Product' and internationalId=47;
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (47,1,'Product','Related products are products that are comparable or complementary to other products.\r\n<p>\r\n\r\n\r\n<b>Related products</b><br>\r\nChoose from the list of products you\'ve already entered.\r\n<p>\r\n\r\n\r\n<b>Add another related product?</b><br>\r\nSelect "Yes" if you have another related product to add.\r\n<p>\r\n\r\n', 1041876679);
INSERT INTO international VALUES (73,'MailForm',1,'Send',1039776778);
INSERT INTO international VALUES (73,'MailForm',3,'Verstuur',1039776778);
INSERT INTO international VALUES (73,'MailForm',2,'Versend',1039776778);

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);