Ignore:
Timestamp:
2013-10-27T01:21:18+02:00 (10 years ago)
Author:
Don-vip
Message:

see #9172 - additional typo changes

Location:
trunk/src/org/openstreetmap/josm/corrector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java

    r6316 r6326  
    259259
    260260        return applyCorrections(tagCorrectionsMap, roleCorrectionMap,
    261                 tr("When reversing this way, the following changes to properties "
    262                         + "of the way and its nodes are suggested in order "
    263                         + "to maintain data consistency."));
     261                tr("When reversing this way, the following changes are suggested in order to maintain data consistency."));
    264262    }
    265263
  • trunk/src/org/openstreetmap/josm/corrector/TagCorrector.java

    r5077 r6326  
    7171
    7272            final JMultilineLabel label2 = new JMultilineLabel(
    73                     tr("Please select which property changes you want to apply."));
     73                    tr("Please select which changes you want to apply."));
    7474            label2.setMaxWidth(600);
    7575            p.add(label2, GBC.eop().anchor(GBC.CENTER));
     
    8383                }
    8484
    85                 final JLabel propertiesLabel = new JLabel(tr("Properties of "));
     85                final JLabel propertiesLabel = new JLabel(tr("Tags of "));
    8686                p.add(propertiesLabel, GBC.std());
    8787
Note: See TracChangeset for help on using the changeset viewer.