summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-19 16:38:42 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-19 16:38:42 +0000
commita557dd4738fc940fd8e82f8c75f7b685cbae95fc (patch)
tree325c1cf8197b023f440b490f6873aa25f0440a9c /install.php
parentbf97900496bb40955d9253de815a8f9557d8ca12 (diff)
downloadbrdo-a557dd4738fc940fd8e82f8c75f7b685cbae95fc.tar.gz
brdo-a557dd4738fc940fd8e82f8c75f7b685cbae95fc.tar.bz2
#193513 by keith.smith: use 'set up' instead of 'setup' in installer tasks
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
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'),
);