Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialBannerAllocation.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | $htmlOut .= Xml::openElement( 'tr' ); |
75 | 75 | $htmlOut .= Xml::tags( 'td', |
76 | 76 | array( 'valign' => 'top' ), |
77 | | - wfMsg( 'centralnotice-project-language' ) ); |
| 77 | + wfMsg( 'centralnotice-project-lang' ) ); |
78 | 78 | $htmlOut .= Xml::openElement( 'td' ); |
79 | 79 | // Make sure the site language is in the list; a custom language code |
80 | 80 | // might not have a defined name... |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice |
___________________________________________________________________ |
Modified: svn:mergeinfo |
81 | 81 | Merged /trunk/extensions/CentralNotice:r76543 |