From 7e4ef32530180dd32c6c116f34b39f50baef34e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 27 Dec 2007 14:23:00 +0000 Subject: Reported at http://groups.drupal.org/node/7843 by kkaefer: t() was used in install.php in place of st() --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 0947c1734..d0c7dd925 100644 --- a/install.php +++ b/install.php @@ -637,8 +637,8 @@ function install_tasks($profile, $task) { $batch = array( 'operations' => $operations, 'finished' => '_install_profile_batch_finished', - 'title' => t('Installing @drupal', array('@drupal' => drupal_install_profile_name())), - 'error_message' => t('The installation has encountered an error.'), + 'title' => st('Installing @drupal', array('@drupal' => drupal_install_profile_name())), + 'error_message' => st('The installation has encountered an error.'), ); // Start a batch, switch to 'profile-install-batch' task. We need to // set the variable here, because batch_process() redirects. -- cgit v1.2.3