internationalize getName for all Assets, bugfix 1239601

This commit is contained in:
Colin Kuskie 2005-07-18 16:26:52 +00:00
parent 824a473694
commit e19f50a481
18 changed files with 73 additions and 11 deletions

View file

@ -168,7 +168,7 @@ Returns the displayable name of this asset.
=cut
sub getName {
return "Snippet";
return WebGUI::International::get('snippet',"Asset_Snippet");
}