mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
Merge pull request #9097 from tobiasd/20200830-issue9064
refer to doc/INSTALL.md instead of INSTALL.txt
This commit is contained in:
commit
742ca3a741
3 changed files with 6293 additions and 6291 deletions
|
@ -196,7 +196,7 @@ class Installer
|
|||
|
||||
if ($result) {
|
||||
$txt = DI::l10n()->t('You may need to import the file "database.sql" manually using phpmyadmin or mysql.') . EOL;
|
||||
$txt .= DI::l10n()->t('Please see the file "INSTALL.txt".');
|
||||
$txt .= DI::l10n()->t('Please see the file "doc/INSTALL.md".');
|
||||
|
||||
$this->addCheck($txt, false, true, htmlentities($result, ENT_COMPAT, 'UTF-8'));
|
||||
|
||||
|
|
|
@ -188,7 +188,7 @@ class Install extends BaseModule
|
|||
'$pass' => DI::l10n()->t('System check'),
|
||||
'$checks' => self::$installer->getChecks(),
|
||||
'$passed' => $status,
|
||||
'$see_install' => DI::l10n()->t('Please see the file "INSTALL.txt".'),
|
||||
'$see_install' => DI::l10n()->t('Please see the file "doc/INSTALL.md".'),
|
||||
'$next' => DI::l10n()->t('Next'),
|
||||
'$reload' => DI::l10n()->t('Check again'),
|
||||
'$php_path' => $php_path,
|
||||
|
|
12580
view/lang/C/messages.po
12580
view/lang/C/messages.po
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue