Ignore:
Timestamp:
2010-01-13T19:33:42+01:00 (16 years ago)
Author:
mjulius
Message:

fix messages for actions

File:
1 edited

Legend:

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

    r2512 r2842  
    6868
    6969        JCheckBox layer = new JCheckBox(tr("Separate Layer"));
    70         layer.setToolTipText(tr("Select if the data should be downloaded in a new layer"));
     70        layer.setToolTipText(tr("Select if the data should be downloaded into a new layer"));
    7171        layer.setSelected(Main.pref.getBoolean("download.newlayer"));
    7272        JPanel all = new JPanel(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.