X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=1448d5544c92de61ccd0b60b6882ba3a4fb84716;hb=11de5be0ae6d28880b12cc4b1fd65c56924b4aad;hp=392adaab1bcf6eaccd939216cc4fb08287ac1e6e;hpb=04d620fc2f567d32b50f5d5b0974acafeb072177;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index 392adaab1b..1448d5544c 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -169,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,