Closed (fixed)
Project:
Project
Version:
5.x-1.x-dev
Component:
Releases
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2007 at 00:21 UTC
Updated:
19 Aug 2007 at 06:34 UTC
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
Comment #1
dwwCommitted to HEAD and DRUPAL-4-7--2. Thanks.
Comment #2
(not verified) commented