Ticket #4716: UploadSummary_missing_space.patch
| File UploadSummary_missing_space.patch, 594 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/io/UploadParameterSummaryPanel.java
50 50 uploadComment 51 51 )); 52 52 } 53 msg.append(" "); 53 54 if (closeChangesetAfterNextUpload) { 54 55 msg.append(tr("The changeset is going to be <strong>closed</strong> after this upload")); 55 56 } else {
