Ignore:
Timestamp:
2010-07-06T09:29:05+02:00 (16 years ago)
Author:
stoecker
Message:

fix #5204 - wrong window title

File:
1 edited

Legend:

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

    r3266 r3363  
    3333            return;
    3434
    35         LatLonDialog dialog = new LatLonDialog(Main.parent);
     35        LatLonDialog dialog = new LatLonDialog(Main.parent, tr("Add Node..."), ht("/Action/AddNode"));
    3636        dialog.setVisible(true);
    3737        if (dialog.isCanceled())
Note: See TracChangeset for help on using the changeset viewer.