Ticket #4716: UploadSummary_missing_space.patch

File UploadSummary_missing_space.patch, 594 bytes (added by Claudius Henrichs <claudius.h@…>, 2 years ago)
  • src/org/openstreetmap/josm/gui/io/UploadParameterSummaryPanel.java

     
    5050                    uploadComment 
    5151            )); 
    5252        } 
     53        msg.append(" "); 
    5354        if (closeChangesetAfterNextUpload) { 
    5455            msg.append(tr("The changeset is going to be <strong>closed</strong> after this upload")); 
    5556        } else {