Changeset 25698 in osm for applications/editors/josm/plugins/relcontext/src/relcontext/actions
- Timestamp:
- 2011-03-24T21:57:35+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/actions/SortAndFixAction.java
r25692 r25698 20 20 // putValue(Action.NAME, "AZ"); 21 21 putValue(Action.SMALL_ICON, ImageProvider.get("data", "warning")); 22 putValue(Action.SHORT_DESCRIPTION, tr(" Sortmembers and fix their roles"));22 putValue(Action.SHORT_DESCRIPTION, tr("Fix roles of the chosen relation members")); 23 23 this.rel = rel; 24 24 rel.addChosenRelationListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.