From a557dd4738fc940fd8e82f8c75f7b685cbae95fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 19 Nov 2007 16:38:42 +0000 Subject: [PATCH] #193513 by keith.smith: use 'set up' instead of 'setup' in installer tasks --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 2706527b770a..530ddeaa521a 100644 --- a/install.php +++ b/install.php @@ -861,8 +861,8 @@ function install_task_list($active = NULL) { 'profile-select' => st('Choose profile'), 'locale-select' => st('Choose language'), 'requirements' => st('Verify requirements'), - 'database' => st('Setup database'), - 'locale-initial-batch' => st('Setup translations'), + 'database' => st('Set up database'), + 'locale-initial-batch' => st('Set up translations'), 'configure' => st('Configure site'), );