Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -2073,7 +2073,6 @@ |
2074 | 2074 | $this->load( $code ); |
2075 | 2075 | |
2076 | 2076 | foreach ( $messages->keys() as $key ) { |
2077 | | - $messages[$key]->definition = $this->mcache['en'][$key]; |
2078 | 2077 | if ( isset($this->mcache[$code][$key]) ) { |
2079 | 2078 | $messages[$key]->infile = $this->mcache[$code][$key]; |
2080 | 2079 | } |