diff --git a/lib/outputcomponents.php b/lib/outputcomponents.php index 178c0b75a8a..a09f8889755 100644 --- a/lib/outputcomponents.php +++ b/lib/outputcomponents.php @@ -436,7 +436,7 @@ class html_writer { * @param array $attributes - html select element attributes * @return string HRML fragment */ - public static function select(array $options, $name, $selected = '', $nothing = array(''=>'choose'), array $attributes = null) { + public static function select(array $options, $name, $selected = '', $nothing = array(''=>'choosedots'), array $attributes = null) { $attributes = (array)$attributes; if (is_array($nothing)) { foreach ($nothing as $k=>$v) {