X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiLogin.php;h=aa7e25e046476299eda0fe4af35e547c4cdf595d;hb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;hp=398c8c722b7d49d8558854f1d0b223cce3ab6d77;hpb=5468aecf3e62649322a1e76dda2414e7821af864;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiLogin.php b/includes/api/ApiLogin.php index 398c8c722b..aa7e25e046 100644 --- a/includes/api/ApiLogin.php +++ b/includes/api/ApiLogin.php @@ -41,11 +41,11 @@ class ApiLogin extends ApiBase { parent::__construct( $main, $action, 'lg' ); } - protected function getDescriptionMessage() { + protected function getExtendedDescription() { if ( $this->getConfig()->get( 'EnableBotPasswords' ) ) { - return 'apihelp-login-description'; + return 'apihelp-login-extended-description'; } else { - return 'apihelp-login-description-nobotpasswords'; + return 'apihelp-login-extended-description-nobotpasswords'; } }