@@ -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++; |
@@ -202,7 +202,7 @@ discard block |
||
202 | 202 | } |
203 | 203 | if ($currentMissing == $missing) |
204 | 204 | { |
205 | - echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>"; |
|
205 | + echo "Seems OK :) Some strings was ignored by ReactOS and Wine spell files.<br>"; |
|
206 | 206 | } |
207 | 207 | |
208 | 208 | echo "<hr>"; |
@@ -34,8 +34,7 @@ |
||
34 | 34 | if (strpos($uname, "linux") !== false) |
35 | 35 | { |
36 | 36 | echo "<br><br>For <b><u>Linux users</u></b>: make sure you have set the right permission rights for both the ReactOS source code directory and the tool directory. Use <i>chmod</i> command and set their rights to <b>755</b> for both these directories if necessary. In any case you're using XAMPP for Linux, change the user and usergroup to yours. To do so read this: <a href='https://askubuntu.com/a/221593'>Change XAMPP's usergroup and username (link)</a>"; |
37 | - } |
|
38 | - elseif (strpos($uname, "win") !== false) |
|
37 | + } elseif (strpos($uname, "win") !== false) |
|
39 | 38 | { |
40 | 39 | echo "<br><br>For <b><u>Windows users</u></b>: make sure the ReactOS source code path is <b>CORRECT</b> or that it is not <b>CORRUPT</b>"; |
41 | 40 | } |