Changeset 6326 in josm for trunk/src/org/openstreetmap/josm/corrector
- Timestamp:
- 2013-10-27T01:21:18+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/corrector
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java
r6316 r6326 259 259 260 260 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.")); 264 262 } 265 263 -
trunk/src/org/openstreetmap/josm/corrector/TagCorrector.java
r5077 r6326 71 71 72 72 final JMultilineLabel label2 = new JMultilineLabel( 73 tr("Please select which propertychanges you want to apply."));73 tr("Please select which changes you want to apply.")); 74 74 label2.setMaxWidth(600); 75 75 p.add(label2, GBC.eop().anchor(GBC.CENTER)); … … 83 83 } 84 84 85 final JLabel propertiesLabel = new JLabel(tr(" Properties of "));85 final JLabel propertiesLabel = new JLabel(tr("Tags of ")); 86 86 p.add(propertiesLabel, GBC.std()); 87 87
Note: See TracChangeset
for help on using the changeset viewer.