Changeset 1681 in josm


Ignore:
Timestamp:
Jun 19, 2009 9:55:45 PM (4 years ago)
Author:
stoecker
Message:

updated i18n

Location:
trunk
Files:
2 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.