]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Installer.php
NL translation update THX casperrutten33
[friendica.git] / src / Core / Installer.php
index 28db93d292de706f36a01ca76912f9cac51b24f3..4f2f2d99f3c9e0615781a6dff73b0ca4f8c9c676 100644 (file)
@@ -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'));