We developers are so elitist, running shiny machines with all PHP extensions in the...
authorMax Semenik <maxsem@users.mediawiki.org>
Fri, 1 Apr 2011 18:24:37 +0000 (18:24 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Fri, 1 Apr 2011 18:24:37 +0000 (18:24 +0000)
includes/installer/Installer.php

index b25a601..f757cd3 100644 (file)
@@ -819,7 +819,7 @@ abstract class Installer {
                        $this->showMessage( 'config-gd' );
                        return true;
                } else {
-                       $this->showMessage( 'no-scaling' );
+                       $this->showMessage( 'config-no-scaling' );
                }
        }