Posted by N20 on October 23, 2011 at 3:46pm
1 follower
| Project: | Multistep |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
in multistep.module i just changed in line 282
<?php
$prefix .= "<h1>$group->label</h1>";
?>to
<?php
$prefix .= "<h1>" . t($group->label) . "</h1>";
?>may this is usefull for multilingual sites.
cheers, N20