@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | // Check if this same and ignore some words |
190 | 190 | if ($english === $array['rightVersion'][$index] && !in_array($english, $ignoredROSStrings) && !in_array($english, $ignoredWineStrings)) |
191 | 191 | { |
192 | - echo "<b>Missing translation:</b> ". htmlspecialchars($english) ."<br>"; |
|
192 | + echo "<b>Missing translation:</b> ". htmlspecialchars($english) ."<br>"; |
|
193 | 193 | $missing++; |
194 | 194 | } |
195 | 195 | $allStrings++; |
@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | } |
202 | 202 | } |
203 | 203 | if ($currentMissing == $missing) |
204 | - echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>"; |
|
204 | + echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>"; |
|
205 | 205 | |
206 | 206 | echo "<hr>"; |
207 | 207 | } |