i18n for template types

This commit is contained in:
Colin Kuskie 2006-01-23 23:47:27 +00:00
parent 74b01f732e
commit c0324701ee
2 changed files with 12 additions and 0 deletions

View file

@ -156,6 +156,7 @@ sub getEditForm {
-options=>\%parsers,
-value=>$value,
-label=>$i18n->get('parser'),
-label=>$i18n->get('parser description'),
);
}
return $tabform;