'#type' => 'textfield',
'#title' => t('File Extensions To Track'),
'#default_value' => variable_get('googleanalytics_trackfiles_extensions', GA_TRACKFILES),
- '#description' => t('A pipe seperated list of file extensions that should be tracked when clicked. Example !extensions', array('!extensions' => GA_TRACKFILES))
+ '#description' => t('A pipe seperated list of file extensions that should be tracked when clicked. Example: !extensions', array('!extensions' => GA_TRACKFILES))
);
$form['advanced'] = array(