diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:28:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:28:16 -0700 |
commit | 91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458 (patch) | |
tree | e33928bc87d27d661303c77925a0dd5b69167006 /mod/setup.php | |
parent | 51b6d709965faa104b02fe148dbe8cf407ff47fa (diff) | |
download | volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.gz volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.bz2 volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.zip |
more work isolating the projectname from core.
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/setup.php b/mod/setup.php index b885388be..eba28a9bc 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -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('$Projectname 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 $Projectname 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.'), |