Changeset 6651 in josm for trunk/src


Ignore:
Timestamp:
2014-01-06T19:26:50+01:00 (10 years ago)
Author:
simon04
Message:

see #9414 - MapCSS validator preference: display extension *.validator.mapcss

File:
1 edited

Legend:

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

    r6650 r6651  
    446446        sourcesList = new EditableList(tr("TagChecker source"));
    447447        sourcesList.setItems(sourcesProperty.get());
    448         testPanel.add(new JLabel(tr("Data sources ({0})", "*.mapcss")), GBC.eol().insets(23, 0, 0, 0));
     448        testPanel.add(new JLabel(tr("Data sources ({0})", "*.validator.mapcss")), GBC.eol().insets(23, 0, 0, 0));
    449449        testPanel.add(sourcesList, GBC.eol().fill(GBC.HORIZONTAL).insets(23, 0, 0, 0));
    450450    }
Note: See TracChangeset for help on using the changeset viewer.