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

see #9172 - additional typo changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java

    r6268 r6326  
    6565
    6666/**
    67  * Check for misspelled or wrong properties
     67 * Check for misspelled or wrong tags
    6868 *
    6969 * @author frsantos
     
    152152     */
    153153    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."));
    156155    }
    157156
     
    353352
    354353    /**
    355      * Checks the primitive properties
     354     * Checks the primitive tags
    356355     * @param p The primitive to check
    357356     */
     
    742741            return commands.get(0);
    743742
    744         return new SequenceCommand(tr("Fix properties"), commands);
     743        return new SequenceCommand(tr("Fix tags"), commands);
    745744    }
    746745
Note: See TracChangeset for help on using the changeset viewer.