Skip to content

Commit

Permalink
MDL-2974 Added multilang filter to roles in Admin->Appearance->Gradebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 21, 2007
1 parent 8489b65 commit f213d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adminlib.php
Expand Up @@ -2434,7 +2434,7 @@ function output_html() {
} else {
$return .= '<br />';
}
$return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1"'.$checked.' />&nbsp;'.$role->name;
$return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1"'.$checked.' />&nbsp;'.format_string($role->name);
}
$return .= '</div>';
}
Expand Down

0 comments on commit f213d5d

Please sign in to comment.