diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 2672bf895..e76e71011 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1250,7 +1250,7 @@ function form_checkbox($title, $name, $value = 1, $checked = FALSE, $description * @param $required * Whether the user must check a box before submitting the form. * @return - * A themed HTML string representing the radio button set. + * A themed HTML string representing the check button set. */ function form_checkboxes($title, $name, $values, $options, $description = NULL, $attributes = NULL, $required = FALSE) { if (count($options) > 0) { |