]> git.mxchange.org Git - friendica.git/commitdiff
Update Install.php
authorvinzv <vinz@vinzv.de>
Wed, 31 Oct 2018 20:03:32 +0000 (21:03 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 20:03:32 +0000 (21:03 +0100)
Please update messages.po at Transifex as well.

src/Module/Install.php

index 09de23c080acb399b0a43fcd7f5e48e386408f8e..2defe24adf648296fcb6002166b150cc5a0fbe44 100644 (file)
@@ -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,