kopia lustrzana https://github.com/JOSM/MapWithAI
Modify message to better explain the option
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
b227b47372
commit
ece842ab3d
|
@ -102,7 +102,7 @@ public class MapWithAIArbitraryAction extends JosmAction {
|
|||
p.add(new JLabel(tr("Right Longitude")), GBC.eol());
|
||||
p.add(rightLon, GBC.eol().fill(GridBagConstraints.HORIZONTAL));
|
||||
|
||||
p.add(new JLabel(tr("Crop to bbox?")));
|
||||
p.add(new JLabel(tr("Crop to download area?")));
|
||||
p.add(checkbox, GBC.eol());
|
||||
|
||||
final String[] buttons = { tr("Download"), tr("Cancel") };
|
||||
|
|
Ładowanie…
Reference in New Issue