X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2Falltrans.php;h=931718f5ab8e53614bad1da97138be283f147ebe;hb=e2789019688cc3f3871e0fbccbda3ca10316c624;hp=d0e6e84986671d6a734bf8f86343d020dd54798b;hpb=525f157e17c0bfaf65ea90e47a88b873bd17c576;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/alltrans.php b/maintenance/language/alltrans.php index d0e6e84986..931718f5ab 100644 --- a/maintenance/language/alltrans.php +++ b/maintenance/language/alltrans.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/../Maintenance.php'; class AllTrans extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Get all messages as defined by the English language file"; + $this->addDescription( 'Get all messages as defined by the English language file' ); } public function execute() {