Changeset 27901 in osm for applications/editors
- Timestamp:
- 2012-02-20T10:59:44+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java
r27852 r27901 543 543 544 544 public EnterRoleAction() { 545 super( "…", null, tr("Enter role for selected members"),545 super(tr("Change role"), null, tr("Enter role for selected members"), 546 546 Shortcut.registerShortcut("reltoolbox:changerole", tr("Relation Toolbox: {0}", tr("Enter role for selected members")), 547 KeyEvent.VK_R, Shortcut.ALT_CTRL), true); 547 KeyEvent.VK_R, Shortcut.ALT_CTRL), true, "relcontext/enterrole", true); 548 548 chosenRelation.addChosenRelationListener(this); 549 549 updateEnabledState();
Note:
See TracChangeset
for help on using the changeset viewer.