internationalize getName for all Assets, bugfix 1239601
This commit is contained in:
parent
824a473694
commit
e19f50a481
18 changed files with 73 additions and 11 deletions
|
|
@ -161,7 +161,7 @@ Returns the displayable name of this asset.
|
|||
=cut
|
||||
|
||||
sub getName {
|
||||
return "Image";
|
||||
return WebGUI::International::get('image',"Asset_Image");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue