* Another conflicting special page alias translation fix
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 25 Oct 2008 20:12:00 +0000 (20:12 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 25 Oct 2008 20:12:00 +0000 (20:12 +0000)
languages/messages/MessagesCa.php

index 9bd8c01..ea23d39 100644 (file)
@@ -158,7 +158,7 @@ $specialPageAliases = array(
        'Withoutinterwiki'          => array( 'Sense interwiki' ),
        'MergeHistory'              => array( 'Fusiona historial' ),
        'Blankpage'                 => array( 'Pàgina en blanc', 'Blanc' ),
-       'LinkSearch'                => array( 'Enllaços', 'Busca enllaços', 'Recerca d\'enllaços web' ),
+       'LinkSearch'                => array( 'Enllaços web', 'Busca enllaços', 'Recerca d\'enllaços web' ),
        'DeletedContributions'      => array( 'Contribucions esborrades' ),
 );