second pass name change

This commit is contained in:
redmatrix
2015-05-05 03:59:51 -07:00
parent a3c37f1458
commit 5b5f0666f9
93 changed files with 372 additions and 372 deletions

View File

@@ -163,7 +163,7 @@ function setup_content(&$a) {
global $install_wizard_pass, $db;
$o = '';
$wizard_status = "";
$install_title = t('Red Matrix Server - Setup');
$install_title = t('Hubzilla Server - Setup');
@@ -287,7 +287,7 @@ function setup_content(&$a) {
$o .= replace_macros($tpl, array(
'$title' => $install_title,
'$pass' => t('Database connection'),
'$info_01' => t('In order to install Red Matrix we need to know how to connect to your database.'),
'$info_01' => t('In order to install Hubzilla 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.'),