commit
fa1328625c
|
@ -116,7 +116,7 @@ class Install extends BaseModule
|
||||||
|
|
||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
$install_title = L10n::t('Friendica Communctions Server - Setup');
|
$install_title = L10n::t('Friendica Communications Server - Setup');
|
||||||
|
|
||||||
switch (self::$currentWizardStep) {
|
switch (self::$currentWizardStep) {
|
||||||
case self::SYSTEM_CHECK:
|
case self::SYSTEM_CHECK:
|
||||||
|
@ -130,7 +130,7 @@ class Install extends BaseModule
|
||||||
'$pass' => L10n::t('System check'),
|
'$pass' => L10n::t('System check'),
|
||||||
'$checks' => self::$installer->getChecks(),
|
'$checks' => self::$installer->getChecks(),
|
||||||
'$passed' => $status,
|
'$passed' => $status,
|
||||||
'$see_install' => L10n::t('Please see the file "Install.txt".'),
|
'$see_install' => L10n::t('Please see the file "INSTALL.txt".'),
|
||||||
'$next' => L10n::t('Next'),
|
'$next' => L10n::t('Next'),
|
||||||
'$reload' => L10n::t('Check again'),
|
'$reload' => L10n::t('Check again'),
|
||||||
'$phpath' => $phppath,
|
'$phpath' => $phppath,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user