Ignore:
Timestamp:
2011-03-24T21:57:35+01:00 (14 years ago)
Author:
zverik
Message:

quick fixes (changerolecommand does not work!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/relcontext/src/relcontext/actions/SortAndFixAction.java

    r25692 r25698  
    2020//        putValue(Action.NAME, "AZ");
    2121        putValue(Action.SMALL_ICON, ImageProvider.get("data", "warning"));
    22         putValue(Action.SHORT_DESCRIPTION, tr("Sort members and fix their roles"));
     22        putValue(Action.SHORT_DESCRIPTION, tr("Fix roles of the chosen relation members"));
    2323        this.rel = rel;
    2424        rel.addChosenRelationListener(this);
Note: See TracChangeset for help on using the changeset viewer.