internationalize directory index label

This commit is contained in:
Colin Kuskie 2005-06-16 04:37:53 +00:00
parent 9246824759
commit 7d3ed27eb4
2 changed files with 8 additions and 1 deletions

View file

@ -3119,7 +3119,7 @@ sub www_export {
-value=>[1],
);
$f->text(
-label=>"Directory Index",
-label=>WebGUI::International::get("directory index","Asset"),
-name=>"index",
-value=>"index.html"
);