From 984e0455b1b47242b2e786d08a4a91dbab0caf8e Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Fri, 18 Dec 2015 13:44:59 -0800 Subject: [PATCH] =?UTF-8?q?'informations'=20is=20not=20a=20thing=20?= =?UTF-8?q?=F0=9F=98=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/src/Grav/Console/Gpm/SelfupgradeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php index ae1bc18e4..542878380 100644 --- a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php +++ b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php @@ -87,7 +87,7 @@ class SelfupgradeCommand extends ConsoleCommand $this->output->writeln("ATTENTION:"); $this->output->writeln(" Grav has increased the minimum PHP requirement."); $this->output->writeln(" You are currently running PHP " . PHP_VERSION . ", but PHP " . GRAV_PHP_MIN . " is required."); - $this->output->writeln(" Additional informations: http://getgrav.org/blog/changing-php-requirements-to-5.5"); + $this->output->writeln(" Additional information: http://getgrav.org/blog/changing-php-requirements-to-5.5"); $this->output->writeln(""); $this->output->writeln("Selfupgrade aborted."); $this->output->writeln("");