#193513 by keith.smith: use 'set up' instead of 'setup' in installer tasks

6.x
Gábor Hojtsy 2007-11-19 16:38:42 +00:00
parent bf97900496
commit a557dd4738
1 changed files with 2 additions and 2 deletions

View File

@ -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'),
);