Changeset 14894 in josm for trunk


Ignore:
Timestamp:
2019-03-17T17:25:01+01:00 (5 years ago)
Author:
GerdP
Message:

see #17469: Change action name "Remove" to "Ignore for now" else one might assume that the action removes the OSM objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java

    r14889 r14894  
    119119        Action removeProblemAction = new AbstractAction() {
    120120            {
    121                 putValue(NAME, tr("Remove"));
    122                 putValue(SHORT_DESCRIPTION, tr("Remove from tree."));
     121                putValue(NAME, tr("Ignore for now"));
     122                putValue(SHORT_DESCRIPTION, tr("Ignore and remove from tree."));
    123123                new ImageProvider("dialogs", "delete").getResource().attachImageIcon(this, true);
    124124            }
Note: See TracChangeset for help on using the changeset viewer.