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/preferences/DrawingPreference.java

    r266 r283  
    3030                });
    3131                drawRawGpsLines.setSelected(Main.pref.getBoolean("draw.rawgps.lines"));
    32                 drawRawGpsLines.setToolTipText(tr("If your gps device draw to few lines, select this to draw lines along your way."));
     32                drawRawGpsLines.setToolTipText(tr("If your gps device draw too few lines, select this to draw lines along your way."));
    3333                gui.display.add(drawRawGpsLines, GBC.eol().insets(20,0,0,0));
    3434
Note: See TracChangeset for help on using the changeset viewer.