View Issue Details

IDProjectCategoryView StatusLast Update
0007333mantisbtlocalizationpublic2006-09-12 00:52
Reporterbodowenzel Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.5 
Fixed in Version1.1.0a1 
Summary0007333: access_levels_enum_string not translated in manage_config_workflow_page.php
Description

In manage_config_workflow_page.php line 335 is currently:

echo '<td class="center"' . $t_colour . '>' . get_enum_to_string( config_get( 'access_levels_enum_string' ), $t_level ) . '</td>';

and should be:

echo '<td class="center"' . $t_colour . '>' . get_enum_to_string( lang_get( 'access_levels_enum_string' ), $t_level ) . '</td>';

This line prints the access level in the box "ACCESS LEVELS" if the user can't change the level.

TagsNo tags attached.

Activities

There are no notes attached to this issue.