Changeset 13420 in osm for applications


Ignore:
Timestamp:
2009-01-28T16:57:31+01:00 (16 years ago)
Author:
stoecker
Message:

cleanup text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java

    r13382 r13420  
    8383            l.setVisibleRowCount(l.getModel().getSize() < 6 ? l.getModel().getSize() : 10);
    8484            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?"),
    8686                    JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION;
    8787            if (bContinue)
Note: See TracChangeset for help on using the changeset viewer.