Changeset 12145 in josm for trunk


Ignore:
Timestamp:
2017-05-14T14:50:55+02:00 (7 years ago)
Author:
stoecker
Message:

see #14655 - add missing apostrophe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r12144 r12145  
    463463                    myprintln "- Missing JOSM date (${t}): ${getDescription(j)}"
    464464                } else if (!ed.isEmpty()) {
    465                     myprintln "* Date differs (${t} != '${jd}'): ${getDescription(j)}"
     465                    myprintln "* Date differs ('${t}' != '${jd}'): ${getDescription(j)}"
    466466                } else if (!options.nomissingeli) {
    467467                    myprintln "+ Missing ELI date ('${jd}'): ${getDescription(j)}"
     
    483483                    myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
    484484                } else if (et) {
    485                     myprintln "* Description differs (${et} != '${jt}'): ${getDescription(j)}"
     485                    myprintln "* Description differs ('${et}' != '${jt}'): ${getDescription(j)}"
    486486                } else if (!options.nomissingeli) {
    487487                    myprintln "+ Missing ELI description ('${jt}'): ${getDescription(j)}"
     
    496496                    myprintln "+ SKIP - Missing JOSM license URL (${et}): ${getDescription(j)}"
    497497                } else if (et) {
    498                     myprintln "+ SKIP * License URL differs (${et} != '${jt}'): ${getDescription(j)}"
     498                    myprintln "+ SKIP * License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
    499499                } else if (!options.nomissingeli) {
    500500                    myprintln "+ Missing ELI license URL ('${jt}'): ${getDescription(j)}"
     
    508508                    myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}"
    509509                } else if (et) {
    510                     myprintln "+ SKIP * Attribution URL differs (${et} != '${jt}'): ${getDescription(j)}"
     510                    myprintln "+ SKIP * Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
    511511                } else if (!options.nomissingeli) {
    512512                    myprintln "+ Missing ELI attribution URL ('${jt}'): ${getDescription(j)}"
     
    520520                    myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}"
    521521                } else if (et) {
    522                     myprintln "+ SKIP * Attribution text differs (${et} != '${jt}'): ${getDescription(j)}"
     522                    myprintln "+ SKIP * Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}"
    523523                } else if (!options.nomissingeli) {
    524524                    myprintln "+ Missing ELI attribution text ('${jt}'): ${getDescription(j)}"
     
    534534                    myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
    535535                } else if (et) {
    536                     myprintln "+ SKIP * Projections differ (${et} != '${jt}'): ${getDescription(j)}"
     536                    myprintln "+ SKIP * Projections differ ('${et}' != '${jt}'): ${getDescription(j)}"
    537537                } else if (!options.nomissingeli && !getType(e).equals("tms")) {
    538538                    myprintln "+ Missing ELI projections ('${jt}'): ${getDescription(j)}"
Note: See TracChangeset for help on using the changeset viewer.