Index: trunk/extensions/Translate/scripts/fuzzy.php |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | $count = count( $msgs ); |
88 | 88 | STDOUT( "Found $count pages to update." ); |
89 | 89 | |
90 | | - foreach ( $msgs as $phpIsStupid ) { |
| 90 | + foreach ( $msgs as $phpIsStupid ) { |
91 | 91 | list( $title, $text ) = $phpIsStupid; |
92 | 92 | $this->updateMessage( $title, TRANSLATE_FUZZY . $text, $this->dryrun, $this->comment ); |
93 | 93 | unset( $phpIsStupid ); |