Ignore:
Timestamp:
2008-12-31T00:38:51+01:00 (16 years ago)
Author:
stoecker
Message:

fixed text strings, thanks to Andrew Gee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/navigator/src/at/dallermassl/josm/plugin/navigator/NavigatorModeAction.java

    r3865 r12707  
    2626   
    2727    public NavigatorModeAction(MapFrame mapFrame, NavigatorModel navigatorModel, NavigatorLayer navigationLayer) {
    28         super(tr("Navigator"), "navigation", tr("Set start/end for autorouting. Middle Mouse button to reset."), KeyEvent.VK_F, mapFrame, ImageProvider.getCursor("crosshair", "selection"));
     28        super(tr("Navigator"), "navigation", tr("Set start/end for routing. Middle mouse button to reset."), KeyEvent.VK_F, mapFrame, ImageProvider.getCursor("crosshair", "selection"));
    2929        this.navigatorModel = navigatorModel;
    3030        this.navigatorLayer = navigationLayer;
Note: See TracChangeset for help on using the changeset viewer.