We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef0de commit 2ad1961Copy full SHA for 2ad1961
src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
@@ -197,8 +197,7 @@ public void exitMode() {
197
public String getModeHelpText() {
198
// TODO: add more detailed feedback based on modifier state.
199
// TODO: dynamic messages based on preferences. (Could be problematic translation wise)
200
- switch (mode) {
201
- if (mode == NORMAL) {
+ if (mode == Mode.NORMAL) {
202
// CHECKSTYLE.OFF: LineLength
203
return tr("Select ways as in Select mode. Drag selected ways or a single way to create a parallel copy (Alt toggles tag preservation)");
204
// CHECKSTYLE.ON: LineLength
0 commit comments