Clarify UI (fixes #63)

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
pull/1/head v1.3.6
Taylor Smock 2020-03-19 16:00:47 -06:00
rodzic 12689fbea9
commit 50ff60142b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -71,7 +71,8 @@ public class MapWithAIAction extends JosmAction {
returnLayer = osmLayers.get(0);
} else if (!osmLayers.isEmpty()) {
returnLayer = AbstractMergeAction.askTargetLayer(osmLayers.toArray(new OsmDataLayer[0]),
tr("Please select the target layer"), tr("Select target layer"), tr("OK"), "download");
tr("Please select the initial layer for boundaries"), tr("Select target layer for boundaries"),
tr("OK"), "download");
}
return returnLayer;
}