Changeset 5532 in josm for trunk/src/org
- Timestamp:
- 2012-10-14T12:12:58+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
r5526 r5532 115 115 selectButton = new SideButton(new AbstractAction() { 116 116 { 117 putValue(NAME, marktr("Select"));117 putValue(NAME, tr("Select")); 118 118 putValue(SHORT_DESCRIPTION, tr("Set the selected elements on the map to the selected items in the list above.")); 119 119 putValue(SMALL_ICON, ImageProvider.get("dialogs","select")); … … 133 133 fixButton = new SideButton(new AbstractAction() { 134 134 { 135 putValue(NAME, marktr("Fix"));135 putValue(NAME, tr("Fix")); 136 136 putValue(SHORT_DESCRIPTION, tr("Fix the selected issue.")); 137 137 putValue(SMALL_ICON, ImageProvider.get("dialogs","fix")); … … 148 148 ignoreButton = new SideButton(new AbstractAction() { 149 149 { 150 putValue(NAME, marktr("Ignore"));150 putValue(NAME, tr("Ignore")); 151 151 putValue(SHORT_DESCRIPTION, tr("Ignore the selected issue next time.")); 152 152 putValue(SMALL_ICON, ImageProvider.get("dialogs","fix"));
Note:
See TracChangeset
for help on using the changeset viewer.