--- location.module.bak 2007-01-15 19:23:31.000000000 +0100 +++ location.module 2007-01-15 19:52:19.000000000 +0100 @@ -618,7 +618,7 @@ function location_form_alter($form_id, & '#title' => 'Country names', '#default_value' => variable_get('location_country_'. $type, 1), '#options' => array(1 => t('Allow country names to be submitted for content of this type.'), 2 => t('Require country names to be submitted for content of this type.')), - '#description' => t('The selection of a country can be hidden and/or forced to a default country selection by going to the %location_settings and checking the box marked "Hide country selection" and selecting a country from the drop down select labelled "Default country selection".', array('%location_settings' => l(t('location settings page'), 'admin/settings/location'))), + '#description' => t('The selection of a country can be hidden and/or forced to a default country selection by going to the !location_settings and checking the box marked "Hide country selection" and selecting a country from the drop down select labelled "Default country selection".', array('!location_settings' => l('location settings page', 'admin/settings/location'))), '#suffix' => '' ); @@ -1559,4 +1559,4 @@ function location_invoke_locationapi(&$l } } return $return; -} \ No newline at end of file +}