Skip to content

Commit

Permalink
todo localization
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Sep 1, 2013
1 parent 2d08c2c commit da6cd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bug_group_action_api.php
Expand Up @@ -298,7 +298,7 @@ function bug_group_action_get_commands( $p_project_ids = null ) {
}
$t_custom_field_def = custom_field_get_definition( $t_custom_field_id );
$t_command_id = 'custom_field_' . $t_custom_field_id;
$t_command_caption = sprintf( _( 'Update %1$s' ), lang_get_defaulted( $t_custom_field_def['name'] ) );
$t_command_caption = sprintf( _( 'Update %1$s' ), /* @todo lang_get_defaulted */( $t_custom_field_def['name'] ) );
$t_commands[$t_command_id] = string_display( $t_command_caption );
}
}
Expand Down

0 comments on commit da6cd2f

Please sign in to comment.