Add another translation error case
diff --git a/update.php b/update.php
index e4ce51d..cb097e2 100755
--- a/update.php
+++ b/update.php
@@ -98,6 +98,7 @@
} elseif (preg_match("/### The <dest> section for '.*' is missing/", $line) ||
preg_match("/### The <dest> section for '.*' is blank/", $line) ||
preg_match("/### The <dest> section for '.*' is not blank/", $line) ||
+ preg_match("/### The <dest> section for '.*' has illegal/", $line) ||
preg_match("/### The <dest> section for '.*' has incorrect/", $line)) {
$stat['dest']++;
} elseif (preg_match("/### The <dest> section for '.*' is identica/", $line)) {