? d5.sql Index: imagecache_ui.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache_ui.module,v retrieving revision 1.23 diff -u -p -r1.23 imagecache_ui.module --- imagecache_ui.module 6 Jan 2009 02:21:17 -0000 1.23 +++ imagecache_ui.module 6 Jan 2009 03:28:36 -0000 @@ -181,7 +181,7 @@ function imagecache_element_presetname_v // Check for illegal characters in preset names if (preg_match('/[^0-9a-zA-Z_\-]/', $element['#value'])) { - form_set_error($element['#name'], t('Please only use alphanumic characters, underscores (_), and hyphens (-) for preset names.')); + form_set_error($element['#name'], t('Please only use alphanumeric characters, underscores (_), and hyphens (-) for preset names.')); } } @@ -253,7 +253,7 @@ function imagecache_ui_preset_form($form '#size' => '64', '#title' => t('Preset Namespace'), '#default_value' => $preset['presetname'], - '#description' => t('The namespace is used in URL\'s for images to tell imagecache how to process an image. Please only use alphanumic characters, underscores (_), and hyphens (-) for preset names.'), + '#description' => t('The namespace is used in URL\'s for images to tell imagecache how to process an image. Please only use alphanumeric characters, underscores (_), and hyphens (-) for preset names.'), '#validate' => array('imagecache_element_presetname_validate' => array()), ); $form['presetid'] = array(