summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
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,