Changeset 20916 in osm for applications/editors/josm/plugins/turnrestrictions/src/org
- Timestamp:
- 2010-04-16T22:18:41+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
r20735 r20916 752 752 public DeleteAction() { 753 753 putValue(NAME, tr("Delete")); 754 putValue(SHORT_DESCRIPTION, tr( ("Delete this turn restriction")));754 putValue(SHORT_DESCRIPTION, tr("Delete this turn restriction")); 755 755 putValue(SMALL_ICON, ImageProvider.get("dialogs", "delete")); 756 756 updateEnabledState(); … … 782 782 public SelectAction() { 783 783 putValue(NAME, tr("Select")); 784 putValue(SHORT_DESCRIPTION, tr( ("Select this turn restriction")));784 putValue(SHORT_DESCRIPTION, tr("Select this turn restriction")); 785 785 putValue(SMALL_ICON, ImageProvider.get("dialogs", "select")); 786 786 updateEnabledState(); … … 808 808 public ZoomToAction() { 809 809 putValue(NAME, tr("Zoom to")); 810 putValue(SHORT_DESCRIPTION, tr( ("Activate the layer this turn restriction belongs to and zoom to it")));810 putValue(SHORT_DESCRIPTION, tr("Activate the layer this turn restriction belongs to and zoom to it")); 811 811 putValue(SMALL_ICON, ImageProvider.get("dialogs/autoscale", "data")); 812 812 updateEnabledState();
Note:
See TracChangeset
for help on using the changeset viewer.