Ignore:
Timestamp:
2015-08-14T00:29:45+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

    r31498 r31499  
    292292                                 JOptionPane.showMessageDialog(
    293293                                                 Main.parent,
    294                                                  tr("JSlider initialization's error. Make sure your meta-inf is correct."),
     294                                                 tr("JSlider initialization error. Make sure your meta-inf is correct."),
    295295                                                 tr("Error"),
    296296                                                 JOptionPane.ERROR_MESSAGE);
    297 
    298297                        }
    299 
    300298                }
    301299
     
    318316                this.neededHeight = neededHeight;
    319317        }
    320 
    321318}
Note: See TracChangeset for help on using the changeset viewer.