aboutsummaryrefslogtreecommitdiffstats
path: root/mod/setup.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-15 20:59:39 -0700
committerfriendica <info@friendica.com>2013-05-15 20:59:39 -0700
commit2869a22392fda2edd2279a2e935db2f135fda8b6 (patch)
treed701d608b130a9ae9d05be587b8d9a8c98a2d4bf /mod/setup.php
parentf4630dd19c2b8745b0f62b541d83d7a14c45e30d (diff)
downloadvolse-hubzilla-2869a22392fda2edd2279a2e935db2f135fda8b6.tar.gz
volse-hubzilla-2869a22392fda2edd2279a2e935db2f135fda8b6.tar.bz2
volse-hubzilla-2869a22392fda2edd2279a2e935db2f135fda8b6.zip
more setup work
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-xmod/setup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/setup.php b/mod/setup.php
index e69fd954f..08e5cd564 100755
--- a/mod/setup.php
+++ b/mod/setup.php
@@ -237,14 +237,14 @@ function setup_content(&$a) {
$o .= replace_macros($tpl, array(
'$title' => $install_title,
'$pass' => t('Database connection'),
- '$info_01' => t('In order to install Red we need to know how to connect to your database.'),
+ '$info_01' => t('In order to install Red Matrix we need to know how to connect to your database.'),
'$info_02' => t('Please contact your hosting provider or site administrator if you have questions about these settings.'),
'$info_03' => t('The database you specify below should already exist. If it does not, please create it before continuing.'),
'$status' => $wizard_status,
- '$dbhost' => array('dbhost', t('Database Server Name'), $dbhost, ''),
- '$dbport' => array('dbport', t('Database Port'), $dbport, t('Communication port number or leave blank to use default')),
+ '$dbhost' => array('dbhost', t('Database Server Name'), $dbhost, t('Default is localhost'),
+ '$dbport' => array('dbport', t('Database Port'), $dbport, t('Communication port number - use 0 for default')),
'$dbuser' => array('dbuser', t('Database Login Name'), $dbuser, ''),
'$dbpass' => array('dbpass', t('Database Login Password'), $dbpass, ''),
'$dbdata' => array('dbdata', t('Database Name'), $dbdata, ''),