#1001056 by timmillwood: Country should have st() instead of t() wrapping it.
parent
4ee52727ed
commit
092f7a2671
|
@ -1717,7 +1717,7 @@ function _install_configure_form($form, &$form_state, &$install_state) {
|
|||
$countries = country_get_list();
|
||||
$form['server_settings']['site_default_country'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Default country'),
|
||||
'#title' => st('Default country'),
|
||||
'#empty_value' => '',
|
||||
'#default_value' => variable_get('site_default_country', NULL),
|
||||
'#options' => $countries,
|
||||
|
|
Loading…
Reference in New Issue