From 361d6d70814523a920dc05670b42b6652b850fa9 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 1 Apr 2011 18:24:37 +0000 Subject: [PATCH] We developers are so elitist, running shiny machines with all PHP extensions in the world installed, that we couldn't notice that "no scaler found" message didn't work from the beginning! :P --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index b25a601cdb..f757cd3189 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -819,7 +819,7 @@ abstract class Installer { $this->showMessage( 'config-gd' ); return true; } else { - $this->showMessage( 'no-scaling' ); + $this->showMessage( 'config-no-scaling' ); } } -- 2.20.1