Issue status update for http://drupal.org/node/24482 Project: Drupal Version: cvs Component: theme system Category: bug reports Priority: minor Assigned to: Anonymous Reported by: rbarreca Updated by: rbarreca Status: patch Attachment: http://drupal.org/files/issues/patch_no_colon_after_question_mark.patch (710 bytes) Not sure if this goes under theme system or other. When fields end in a '?', the theme_form_element function shows a label like this "Label?:" which looks weird. I added a patch to check if it ends in a question mark, and if so, don't add the colon to the label. I know this function is themeable so I could've done it there, but I feel this should be the default behavior for all those fields like "Are you a smoker?", "Add to front page?", etc. rbarreca