Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -897,7 +897,7 @@ |
898 | 898 | // Allow for adding a custom group description by using |
899 | 899 | // "MediaWiki:Tp-custom-<group ID>". |
900 | 900 | if( wfMessage( 'tp-custom-' . $this->id )->inContentLanguage()->exists() ) { |
901 | | - $customText = ' ' . wfMessage( 'tp-custom-' . $this->id )->getText(); |
| 901 | + $customText = ' ' . wfMessage( 'tp-custom-' . $this->id )->text(); |
902 | 902 | } else { |
903 | 903 | $customText = ''; |
904 | 904 | } |