Index: trunk/extensions/Translate/scripts/mwcore-export.php |
— | — | @@ -40,7 +40,6 @@ |
41 | 41 | exit( 1 ); |
42 | 42 | } |
43 | 43 | |
44 | | - |
45 | 44 | if ( !isset( $options['type'] ) ) { |
46 | 45 | STDERR( "Type must be one of the following: special magic namespace" ); |
47 | 46 | exit( 1 ); |
— | — | @@ -109,7 +108,7 @@ |
110 | 109 | if ( $count ) { |
111 | 110 | file_put_contents( $outFile, $data ); |
112 | 111 | } else { |
113 | | - STDERR( "Addind new entry to $outFile, please double check location", $l ); |
| 112 | + STDERR( "Adding new entry to $outFile, please double check location", $l ); |
114 | 113 | $pos = strpos( $data, "*/" ); |
115 | 114 | if ( $pos === false ) { |
116 | 115 | STDERR( ". FAILED! Totally new file? No header?", $l ); |
— | — | @@ -122,8 +121,3 @@ |
123 | 122 | file_put_contents( $outFile, $data ); |
124 | 123 | } |
125 | 124 | } |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |