Changeset 632 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2008-05-11T18:49:24+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r627 r632 94 94 ImageLabel nameText = new ImageLabel("name", tr("The name of the object at the mouse pointer."), 20); 95 95 JTextField helpText = new JTextField(); 96 ImageLabel latText = new ImageLabel("lat", tr("The geograp gic latitude at the mouse pointer."), 7);96 ImageLabel latText = new ImageLabel("lat", tr("The geographic latitude at the mouse pointer."), 7); 97 97 ImageLabel angleText = new ImageLabel("angle", tr("The angle between the previous and the current way segment."), 6); 98 98 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.