|
@@ -182,7 +182,7 @@ |
|
|
block discarded – undo |
|
182
|
182
|
if ($currentMissing == $missing) { |
|
183
|
183
|
echo 'Seems <b>OK :)</b> Some strings was ignored by ReactOS and Wine spell files.<br>'; |
|
184
|
184
|
} elseif ($detailsTag) { |
|
185
|
|
- echo '<details><summary><strong>Click here to see missing translations in file</strong></summary>'. $missingTextMessage .'</details>'; |
|
|
185
|
+ echo '<details><summary><strong>Click here to see missing translations in file</strong></summary>'.$missingTextMessage.'</details>'; |
|
186
|
186
|
} else { |
|
187
|
187
|
echo $missingTextMessage; |
|
188
|
188
|
} |
Please login to merge, or discard this patch.