File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/org/openstreetmap/josm/actions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ protected void updateEnabledState(Collection<? extends OsmPrimitive> selection)
343
343
private static boolean checkAndConfirmCombineOutlyingWays (Collection <Way > ways ) {
344
344
DownloadReferrersAction action = MainApplication .getMenu ().downloadReferrers ;
345
345
final String downloadHint = tr ("You should use {0}->{1}({2}) first." ,
346
- MainApplication .getMenu ().editMenu .getText (), action .getValue (NAME ), action .getShortcut ().toString ());
346
+ MainApplication .getMenu ().fileMenu .getText (), action .getValue (NAME ), action .getShortcut ().toString ());
347
347
return Boolean .TRUE .equals (GuiHelper .runInEDTAndWaitAndReturn (() -> checkAndConfirmOutlyingOperation ("combine" ,
348
348
tr ("Combine confirmation" ),
349
349
tr ("You are about to combine ways which can be members of relations not yet downloaded."
You can’t perform that action at this time.
0 commit comments