From fc2b81d0dd2035832d137d781acaf1bcd8141ef9 Mon Sep 17 00:00:00 2001 From: vinzv Date: Wed, 31 Oct 2018 21:03:32 +0100 Subject: [PATCH] Update Install.php Please update messages.po at Transifex as well. --- src/Module/Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Module/Install.php b/src/Module/Install.php index 09de23c080..2defe24adf 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -116,7 +116,7 @@ class Install extends BaseModule $output = ''; - $install_title = L10n::t('Friendica Communctions Server - Setup'); + $install_title = L10n::t('Friendica Communications Server - Setup'); switch (self::$currentWizardStep) { case self::SYSTEM_CHECK: @@ -130,7 +130,7 @@ class Install extends BaseModule '$pass' => L10n::t('System check'), '$checks' => self::$installer->getChecks(), '$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'), '$reload' => L10n::t('Check again'), '$phpath' => $phppath,