Index: copyright.module =================================================================== RCS file: /cvs/drupal/contributions/modules/copyright/Attic/copyright.module,v retrieving revision 1.13.4.14 diff -u -p -r1.13.4.14 copyright.module --- copyright.module 24 Apr 2007 09:17:07 -0000 1.13.4.14 +++ copyright.module 25 Apr 2007 15:37:24 -0000 @@ -218,14 +218,14 @@ function copyright_edit_license($edit = '#title' => t('Image URL'), '#default_value' => $edit['image_url'], '#maxlength' => 255, - '#description' => ('URL (relative or absolute) to an image associated with this copyright or license. If provided it will automatically be displayed along with the copyright notice.'), + '#description' => t('URL (relative or absolute) to an image associated with this copyright or license. If provided it will automatically be displayed along with the copyright notice.'), ); $form['source_url'] = array( '#type' => 'textfield', '#title' => t('Source URL'), '#default_value' => $edit['source_url'], '#maxlength' => 255, - '#description' => ('URL (relative or absolute) to the complete text or HTML of the copyright or license. To dynamically have a page created with the full license text below set a relative path without a leading backslash (e.g. "copyright").'), + '#description' => t('URL (relative or absolute) to the complete text or HTML of the copyright or license. To dynamically have a page created with the full license text below set a relative path without a leading backslash (e.g. "copyright").'), ); $form['site_notice'] = array( '#type' => 'textarea',