Changeset 1681 in josm for trunk/src/org


Ignore:
Timestamp:
2009-06-19T21:55:45+02:00 (15 years ago)
Author:
stoecker
Message:

updated i18n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/Main.java

    r1633 r1681  
    259259        } catch (final Exception e) {
    260260            e.printStackTrace();
    261             JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using Mercartor"));
     261            JOptionPane.showMessageDialog(null, tr("The projection could not be read from preferences. Using Mercator"));
    262262            Main.proj = new Mercator();
    263263        }
Note: See TracChangeset for help on using the changeset viewer.