From 2869a22392fda2edd2279a2e935db2f135fda8b6 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 May 2013 20:59:39 -0700 Subject: more setup work --- mod/setup.php | 6 +++--- 1 file 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, ''), -- cgit v1.2.3