#1001056 by timmillwood: Country should have st() instead of t() wrapping it.

merge-requests/26/head
Angie Byron 2010-12-19 19:26:21 +00:00
parent 4ee52727ed
commit 092f7a2671
1 changed files with 1 additions and 1 deletions

View File

@ -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,