X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FInstaller.php;h=37b51d2ed953a68a56e391e5ed4242737ab962a3;hb=66da9976dc70d4a6c63e73ff9545684db881c07d;hp=31cdb26b9d5ef557eeaed5d5aa994269089e518e;hpb=8293d5ed0af78ae6cc5629bb1f982a7b29794d32;p=friendica.git diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 31cdb26b9d..37b51d2ed9 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -259,7 +259,7 @@ class Installer $help = ""; if (!$passed) { $help .= DI::l10n()->t('Could not find a command line version of PHP in the web server PATH.') . EOL; - $help .= DI::l10n()->t("If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'") . EOL; + $help .= DI::l10n()->t("If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'") . EOL; $help .= EOL . EOL; $tpl = Renderer::getMarkupTemplate('field_input.tpl'); /// @todo Separate backend Installer class and presentation layer/view