Changeset 632 in josm for trunk


Ignore:
Timestamp:
2008-05-11T18:49:24+02:00 (16 years ago)
Author:
ramack
Message:
  • fixed typo, which closes #727
File:
1 edited

Legend:

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

    r627 r632  
    9494    ImageLabel nameText = new ImageLabel("name", tr("The name of the object at the mouse pointer."), 20);
    9595    JTextField helpText = new JTextField();
    96     ImageLabel latText = new ImageLabel("lat", tr("The geograpgic latitude at the mouse pointer."), 7);
     96    ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 7);
    9797    ImageLabel angleText = new ImageLabel("angle", tr("The angle between the previous and the current way segment."), 6);
    9898    ImageLabel headingText = new ImageLabel("heading", tr("The (compass) heading of the line segment being drawn."), 6);
Note: See TracChangeset for help on using the changeset viewer.