Changeset 35579 in osm for applications/editors/josm/plugins/terracer/src
- Timestamp:
- 2020-10-13T21:15:06+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/ReverseTerraceAction.java
r34584 r35579 42 42 tr("Reverses house numbers on a terrace."), 43 43 Shortcut.registerShortcut("tools:ReverseTerrace", 44 tr(" Tool: {0}", tr("Reverse a Terrace")),44 tr("More tools: {0}", tr("Reverse a terrace")), 45 45 KeyEvent.VK_V, Shortcut.ALT_CTRL_SHIFT), 46 46 true); -
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java
r35560 r35579 71 71 super(tr("Terrace a building"), "terrace", 72 72 tr("Creates individual buildings from a long building."), 73 Shortcut.registerShortcut("tools:Terracer", tr(" Tool: {0}",73 Shortcut.registerShortcut("tools:Terracer", tr("More tools: {0}", 74 74 tr("Terrace a building")), KeyEvent.VK_T, 75 75 Shortcut.SHIFT), true);
Note:
See TracChangeset
for help on using the changeset viewer.