Fixed missing Gallery i18n, and some Dashboard i18n.

This commit is contained in:
Colin Kuskie 2008-12-29 20:08:51 +00:00
parent 47eb1998dd
commit 78cd604176
24 changed files with 64 additions and 12 deletions

View file

@ -141,10 +141,11 @@ sub appendTemplateVarsCommentForm {
value => $comment->{ bodyText },
});
my $i18n = WebGUI::International->new($session, 'Asset_Photo');
$var->{ commentForm_submit }
= WebGUI::Form::submit( $session, {
name => "submit",
value => "Save Comment",
value => $i18n->get('form comment save comment'),
});
return $var;