From 092f7a2671ce20f751b0d2f4ce37b938d4fc5c23 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 19 Dec 2010 19:26:21 +0000 Subject: #1001056 by timmillwood: Country should have st() instead of t() wrapping it. --- includes/install.core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/install.core.inc') 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, -- cgit v1.2.3