Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12067)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12068)
@@ -467,6 +467,5 @@
             et = (et.size() > 0) ? et["en"] : ""
             jt = (jt.size() > 0) ? jt["en"] : ""
-            def et2 = et.replaceAll("channels (\\d+) ", "\$1 channels ") // imagico entries
-            if (!et.equals(jt) && !(et && jt && (et.endsWith(jt) || et2.endsWith(jt)))) {
+            if (!et.equals(jt) && !(et && jt && et.endsWith(jt))) {
                 if (!jt) {
                     myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
