From: Ltrlg Date: Fri, 2 Oct 2015 17:52:39 +0000 (+0200) Subject: Fixed Special:ChangeEmail spelling in French X-Git-Tag: 1.31.0-rc.0~9469^2 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=fc918dbe6a7bdb76fca236dc544cb757074cb8d0;p=lhc%2Fweb%2Fwiklou.git Fixed Special:ChangeEmail spelling in French And swapped names for it, following the global convention that underscored names are the default ones Change-Id: Idf068e670f6e0c96542610bc5740697ec945adbf --- diff --git a/languages/messages/MessagesFr.php b/languages/messages/MessagesFr.php index b64922ee4a..be2fa49e2b 100644 --- a/languages/messages/MessagesFr.php +++ b/languages/messages/MessagesFr.php @@ -53,7 +53,7 @@ $specialPageAliases = array( 'Booksources' => array( 'Ouvrages_de_référence', 'Ouvrages_de_reference', 'Ouvragesderéférence', 'Ouvragesdereference', 'Recherche_ISBN', 'Recherche_isbn', 'RechercheISBN', 'Rechercheisbn' ), 'BrokenRedirects' => array( 'Redirections_cassées', 'RedirectionCassées', 'Redirections_cassees', 'RedirectionsCassees' ), 'Categories' => array( 'Catégories' ), - 'ChangeEmail' => array( 'ChangerCouriel', 'Changer_courrielw' ), + 'ChangeEmail' => array( 'Changer_courriel', 'ChangerCourriel', 'ChangerCouriel' ), 'ChangePassword' => array( 'Changement_du_mot_de_passe', 'ChangementDuMotDePasse' ), 'ComparePages' => array( 'Comparer_des_pages' ), 'Confirmemail' => array( 'Confirmer_l\'adresse_de_contact', 'Confirmer_le_courriel', 'ConfirmerLeCourriel' ),