Ignore:
Timestamp:
2015-05-18T02:14:30+02:00 (9 years ago)
Author:
Don-vip
Message:

Sonar - various performance improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java

    r8345 r8390  
    252252                "Alt-drag to create a new rectangle, double click to add a new node."));
    253253            if (dualAlignEnabled) {
    254                 rv.append(" ").append(tr("Dual alignment active."));
     254                rv.append(' ').append(tr("Dual alignment active."));
    255255                if (dualAlignSegmentCollapsed)
    256                     rv.append(" ").append(tr("Segment collapsed due to its direction reversing."));
     256                    rv.append(' ').append(tr("Segment collapsed due to its direction reversing."));
    257257            }
    258258        } else {
     
    270270            }
    271271            if (dualAlignActive) {
    272                 rv.append(" ").append(tr("Dual alignment active."));
     272                rv.append(' ').append(tr("Dual alignment active."));
    273273                if (dualAlignSegmentCollapsed) {
    274                     rv.append(" ").append(tr("Segment collapsed due to its direction reversing."));
     274                    rv.append(' ').append(tr("Segment collapsed due to its direction reversing."));
    275275                }
    276276            }
Note: See TracChangeset for help on using the changeset viewer.