diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php index 2706527b7..530ddeaa5 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'), ); |