In project_release_project_edit_form(), there is a typo in one of the strings.

Line 1268

'#description' => t('Note: Even if the current default release for a given !vocabulary_name is a development snapshot, it will only be show if this checkbox is enabled.', array('!vocabulary_name' => $vocab)),

should be

'#description' => t('Note: Even if the current default release for a given !vocabulary_name is a development snapshot, it will only be shown if this checkbox is enabled.', array('!vocabulary_name' => $vocab)),

show --> shown

Comments

dww’s picture

Priority: Normal » Minor
Status: Active » Fixed

Committed to HEAD and DRUPAL-4-7--2. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)