Skip to content

Commit

Permalink
see #19851 - Fix shortcut names
Browse files Browse the repository at this point in the history
  • Loading branch information
Klumbumbus committed Oct 15, 2020
1 parent f370038 commit 312f3f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public class ReplaceWayAction extends JosmAction {

public ReplaceWayAction() {
super(TITLE, null, tr("Replace way of selected way with a new way"),
Shortcut.registerShortcut("tools:replacecoastline", tr("Tool: {0}", tr("Replace Geometry")), KeyEvent.VK_S, Shortcut.CTRL_SHIFT),
Shortcut.registerShortcut("tools:replacecoastline", tr("More tools: {0}", tr("Replace Geometry")),
KeyEvent.VK_S, Shortcut.CTRL_SHIFT),
true);
}

Expand Down

0 comments on commit 312f3f5

Please sign in to comment.