Changeset 4688 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2011-12-21T22:34:51+01:00 (12 years ago)
Author:
stoecker
Message:

i18n help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/session/OsmDataSessionExporter.java

    r4685 r4688  
    9797
    9898        JLabel lblData = new JLabel(tr("Data:"));
    99         link = new JRadioButton(tr("local file"));
     99        /* I18n: Refer to a OSM data file in session file */ link = new JRadioButton(tr("local file"));
    100100        link.putClientProperty("actionname", "link");
    101101        link.setToolTipText(tr("Link to a OSM data file on your local disk."));
    102         include = new JRadioButton(tr("include"));
     102        /* I18n: Include OSM data in session file */ include = new JRadioButton(tr("include"));
    103103        include.setToolTipText(tr("Include OSM data in the .joz session file."));
    104104        include.putClientProperty("actionname", "include");
Note: See TracChangeset for help on using the changeset viewer.