Ignore:
Timestamp:
2018-10-30T23:16:13+01:00 (5 years ago)
Author:
simon04
Message:

fix #15918 - Confusing English texts (thanks to Hb---)

File:
1 edited

Legend:

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

    r10378 r14390  
    1919    public AbstractSelectAction() {
    2020        putValue(NAME, tr("Select"));
    21         putValue(SHORT_DESCRIPTION, tr("Set the selected elements on the map to the selected items in the list above."));
     21        putValue(SHORT_DESCRIPTION, tr("Selects those elements on the map which are chosen on the list above."));
    2222        new ImageProvider("dialogs", "select").getResource().attachImageIcon(this, true);
    2323    }
Note: See TracChangeset for help on using the changeset viewer.