X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecialpage%2FSpecialPage.php;h=9f666c2a46faa7b5e3badc70113339bce4e58022;hp=4c3ca54b329021453914cfd979cabff6686a02ab;hb=6b3e5511fb848890f174690885e748b90389c0b8;hpb=36395150104588f2afea866c330b683e4329fa48 diff --git a/includes/specialpage/SpecialPage.php b/includes/specialpage/SpecialPage.php index 4c3ca54b32..9f666c2a46 100644 --- a/includes/specialpage/SpecialPage.php +++ b/includes/specialpage/SpecialPage.php @@ -809,7 +809,7 @@ class SpecialPage implements MessageLocalizer { public function getFinalGroupName() { $name = $this->getName(); - // Allow overbidding the group from the wiki side + // Allow overriding the group from the wiki side $msg = $this->msg( 'specialpages-specialpagegroup-' . strtolower( $name ) )->inContentLanguage(); if ( !$msg->isBlank() ) { $group = $msg->text();