Fixed missing Gallery i18n, and some Dashboard i18n.
This commit is contained in:
parent
47eb1998dd
commit
78cd604176
24 changed files with 64 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue