Ignore:
Timestamp:
2014-03-24T01:04:40+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9757 - validator warning for wrong multiple values (patch by naoliv)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/validator/ValidatorTagCheckerRulesPreference.java

    r6927 r6928  
    142142            addDefault(def, "geometry",     tr("Geometry"),            tr("Checks for geometry errors"));
    143143            addDefault(def, "highway",      tr("Highways"),            tr("Checks for errors on highways"));
     144            addDefault(def, "multiple",     tr("Multiple values"),     tr("Checks for wrong multiple values"));
    144145            addDefault(def, "numeric",      tr("Numeric values"),      tr("Checks for wrong numeric values"));
    145146            addDefault(def, "power",        tr("Power"),               tr("Checks for errors on power infrastructures"));
Note: See TracChangeset for help on using the changeset viewer.