Changeset 34913 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2019-03-07T17:00:59+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/TagBufferAction.java
r34909 r34913 35 35 */ 36 36 public TagBufferAction() { 37 super(TITLE, "dumbutils/tagbuffer", tr("Paste tags from previous selection"),37 super(TITLE, "dumbutils/tagbuffer", tr("Paste tags from the previously selected object(s) (not from clipboard)."), 38 38 Shortcut.registerShortcut("tools:tagbuffer", tr("Tool: {0}", tr("Paste tags from previous selection")), 39 39 KeyEvent.VK_R, Shortcut.SHIFT),
Note:
See TracChangeset
for help on using the changeset viewer.