Ignore:
Timestamp:
2009-02-08T20:34:53+01:00 (16 years ago)
Author:
pieren
Message:

Fix minor issues.

File:
1 edited

Legend:

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

    r13545 r13611  
    8181            l.setVisibleRowCount(l.getModel().getSize() < 6 ? l.getModel().getSize() : 10);
    8282            p.add(new JScrollPane(l), GBC.eol().fill());
    83             boolean bContinue = JOptionPane.showConfirmDialog(Main.parent, p, tr("Add \"source=Cadastre...\" to ?"),
    84                     JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION;
     83            boolean bContinue = JOptionPane.showConfirmDialog(Main.parent, p, tr("Add \"source=...\" to elements?"),
     84                   JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION;
    8585            if (bContinue)
    8686                Main.main.undoRedo.add(new ChangePropertyCommand(sel, "source", CadastrePlugin.source));
Note: See TracChangeset for help on using the changeset viewer.