Changeset 13420 in osm for applications
- Timestamp:
- 2009-01-28T16:57:31+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java
r13382 r13420 83 83 l.setVisibleRowCount(l.getModel().getSize() < 6 ? l.getModel().getSize() : 10); 84 84 p.add(new JScrollPane(l), GBC.eol().fill()); 85 bContinue = JOptionPane.showConfirmDialog(Main.parent, p, tr("Add \"source= Cadastre...\" to?"),85 bContinue = JOptionPane.showConfirmDialog(Main.parent, p, tr("Add \"source=...\" to elements?"), 86 86 JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION; 87 87 if (bContinue)
Note:
See TracChangeset
for help on using the changeset viewer.