X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FInstaller.php;h=b2b84c6182eaa76e3618c87463e21d4470631972;hb=55dda47f39f77537f0527ffd486003d15e77a850;hp=ea675097515e622473705743f9b671eaac398895;hpb=f1b60414b38799eba0333115c9b07e2f0ed2d0c6;p=friendica.git diff --git a/src/Core/Installer.php b/src/Core/Installer.php index ea67509751..b2b84c6182 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -1,6 +1,6 @@ checkFunction('proc_open', DI::l10n()->t('Program execution functions'), - DI::l10n()->t('Error: Program execution functions required but not enabled.'), + DI::l10n()->t('Error: Program execution functions (proc_open) required but not enabled.'), true ); $returnVal = $returnVal ? $status : false;