diff --git a/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java b/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
index efcf1ec..c1d915c 100644
|
a
|
b
|
implements SelectionChangedListener, MapView.EditLayerChangeListener, DataSetLis
|
| 1328 | 1328 | CopyAllKeyValueAction() { |
| 1329 | 1329 | putValue(NAME, tr("Copy all Keys/Values")); |
| 1330 | 1330 | putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard")); |
| | 1331 | Shortcut sc = Shortcut.registerShortcut("system:copytags", tr("Edit: {0}", tr("Copy Tags")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE); |
| | 1332 | Main.registerActionShortcut(this, sc); |
| | 1333 | sc.setAccelerator(this); |
| 1331 | 1334 | } |
| 1332 | 1335 | |
| 1333 | 1336 | @Override |