Changeset 31498 in osm for applications/editors


Ignore:
Timestamp:
2015-08-13T01:48:40+02:00 (9 years ago)
Author:
donvip
Message:

[josm_rasterfilters] fix i18n message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/rasterfilters/src/org/openstreetmap/josm/plugins/rasterfilters/gui/FilterPanel.java

    r31470 r31498  
    242242                                 JOptionPane.showMessageDialog(
    243243                                                 Main.parent,
    244                                                  tr("JSlider initialization's error. Make sure your meta-inf is correct."),
     244                                                 tr("JSlider initialization error. Make sure your meta-inf is correct."),
    245245                                                 tr("Error"),
    246246                                                 JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.