Index: cvs.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/cvs.module,v retrieving revision 1.160 diff -u -p -r1.160 cvs.module --- cvs.module 19 Aug 2007 00:20:07 -0000 1.160 +++ cvs.module 20 Aug 2007 13:50:28 -0000 @@ -2174,7 +2174,7 @@ function cvs_application_form($applicati ); $form['cvs_motivation']['license'] = array( '#type' => 'radios', - '#title' => t('I will only commit code that is licensed under terms of the GNU public license'), + '#title' => t('I will only commit code that is licensed under terms of the GNU GPLv2 public license'), '#default_value' => 0, '#options' => array(t('No'), t('Yes')), );