Ignore:
Timestamp:
06.07.2010 09:29:05 (23 months ago)
Author:
stoecker
Message:

fix #5204 - wrong window title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/MoveNodeAction.java

    r3266 r3363  
    3232            return; 
    3333 
    34         LatLonDialog dialog = new LatLonDialog(Main.parent); 
     34        LatLonDialog dialog = new LatLonDialog(Main.parent, tr("Move Node..."), ht("/Action/MoveNode")); 
    3535        Node n = (Node) getCurrentDataSet().getSelectedNodes().toArray()[0]; 
    3636        dialog.setCoordinates(n.getCoor()); 
Note: See TracChangeset for help on using the changeset viewer.