Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12085)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12086)
@@ -467,5 +467,5 @@
             et = (et.size() > 0) ? et["en"] : ""
             jt = (jt.size() > 0) ? jt["en"] : ""
-            if (!et.equals(jt) && !(et && jt && et.endsWith(jt))) {
+            if (!et.equals(jt)) {
                 if (!jt) {
                     myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
