Index: trunk/extensions/Babel/Babel.class.php |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | $cellpadding = ' cellpadding="'.$cellpadding.'"'; |
61 | 61 | } |
62 | 62 | |
63 | | - $top = wfMsgExt( 'babel', array( 'parsemag' ), self::$title->getDBkey() ); |
| 63 | + $top = wfMsgExt( 'babel', array( 'parsemag', 'content' ), self::$title->getDBkey() ); |
64 | 64 | if ( strlen( $top ) == 0 ) { |
65 | 65 | $top = ''; |
66 | 66 | } else { |