Ignore:
Timestamp:
2009-06-17T09:01:52+02:00 (16 years ago)
Author:
stoecker
Message:

fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java

    r15707 r15960  
    496496        if (this.lambertZone != currentLambertZone) {
    497497            JOptionPane.showMessageDialog(Main.parent, tr("Lambert zone {0} in cache "+
    498                     " incompatible with current Lambert zone {1}",
     498                    "incompatible with current Lambert zone {1}",
    499499                    this.lambertZone+1, currentLambertZone), tr("Cache Lambert Zone Error"), JOptionPane.ERROR_MESSAGE);
    500500            return false;
Note: See TracChangeset for help on using the changeset viewer.