fix broken i18n labels and add i18n labels to Matrix

This commit is contained in:
Colin Kuskie 2005-12-05 05:31:07 +00:00
parent 75acc465b0
commit 01dcd2b416
6 changed files with 90 additions and 19 deletions

View file

@ -177,7 +177,7 @@ sub www_export {
-value=>$session{config}{uploadsURL}
);
$f->submit;
$self->getAdminConsole->render($self->checkExportPath.$f->print,WebGUI::International::get('Export Page'),"Asset");
$self->getAdminConsole->render($self->checkExportPath.$f->print,WebGUI::International::get('Export Page',"Asset"));
}