Ignore:
Timestamp:
2013-11-15T22:19:40+01:00 (11 years ago)
Author:
simon04
Message:

fix #9111 - fix wording/typos in English strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java

    r6310 r6388  
    278278        }
    279279        if (parameters.containsKey(Param.no_defs.key))
    280             throw new ProjectionConfigurationException(tr("Datum required (+datum=*, +towgs84=* or +nadgirds=*)"));
     280            throw new ProjectionConfigurationException(tr("Datum required (+datum=*, +towgs84=* or +nadgrids=*)"));
    281281        return new CentricDatum(null, null, ellps);
    282282    }
Note: See TracChangeset for help on using the changeset viewer.