Ignore:
Timestamp:
2007-07-08T00:44:20+02:00 (17 years ago)
Author:
imi
Message:
  • fixed lots of typos (thanks Bruce)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/download/WorldChooser.java

    r242 r283  
    9797                temp.setLayout(new BorderLayout());
    9898                temp.add(this, BorderLayout.CENTER);
    99                 temp.add(new JLabel(tr("You can use the mouse or Ctrl+Arrow keys/./, to zoom and pan.")), BorderLayout.SOUTH);
     99                temp.add(new JLabel(tr("You can use the mouse or Ctrl+Arrow keys/./ to zoom and pan.")), BorderLayout.SOUTH);
    100100                gui.tabpane.add(temp, "Map");
    101101                new MapMover(this, temp);               
Note: See TracChangeset for help on using the changeset viewer.