Skip to content

Commit cc010cd

Browse files
verhovskystoecker
authored andcommitted
Remove false promise
1 parent 17d0055 commit cc010cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/openstreetmap/josm/plugins/conflation/config/SettingsDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void update() {
476476
totalRelations += numRelations;
477477
if (totalRelations != 0) {
478478
JOptionPane.showMessageDialog(MainApplication.getMainFrame(),
479-
tr("Relations are not supported yet, please do not select them."), tr("Error"),
479+
tr("Relations are not supported."), tr("Error"),
480480
JOptionPane.ERROR_MESSAGE);
481481
}
482482
updateFreezeButtons();

0 commit comments

Comments
 (0)