- Timestamp:
- 2019-03-17T17:25:01+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
r14889 r14894 119 119 Action removeProblemAction = new AbstractAction() { 120 120 { 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.")); 123 123 new ImageProvider("dialogs", "delete").getResource().attachImageIcon(this, true); 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.