Changeset 6326 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2013-10-27T01:21:18+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
r6268 r6326 65 65 66 66 /** 67 * Check for misspelled or wrong properties67 * Check for misspelled or wrong tags 68 68 * 69 69 * @author frsantos … … 152 152 */ 153 153 public TagChecker() { 154 super(tr("Properties checker :"), 155 tr("This plugin checks for errors in property keys and values.")); 154 super(tr("Tag checker :"), tr("This test checks for errors in tag keys and values.")); 156 155 } 157 156 … … 353 352 354 353 /** 355 * Checks the primitive properties354 * Checks the primitive tags 356 355 * @param p The primitive to check 357 356 */ … … 742 741 return commands.get(0); 743 742 744 return new SequenceCommand(tr("Fix properties"), commands);743 return new SequenceCommand(tr("Fix tags"), commands); 745 744 } 746 745
Note:
See TracChangeset
for help on using the changeset viewer.