summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-19 19:26:21 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-19 19:26:21 +0000
commit092f7a2671ce20f751b0d2f4ce37b938d4fc5c23 (patch)
treead31d11e479b9d5a54c5d7d4be0964eb9980b661 /includes/install.core.inc
parent4ee52727ed3e87a91fa11660d8770d9851cdb131 (diff)
downloadbrdo-092f7a2671ce20f751b0d2f4ce37b938d4fc5c23.tar.gz
brdo-092f7a2671ce20f751b0d2f4ce37b938d4fc5c23.tar.bz2
#1001056 by timmillwood: Country should have st() instead of t() wrapping it.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc
index 740c1b421..5a0892ce2 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -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,