Ignore:
Timestamp:
2010-03-21T18:16:45+01:00 (16 years ago)
Author:
pieren
Message:

Improve dialogs and buildings

File:
1 edited

Legend:

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

    r20390 r20585  
    4040        String codeCommune = "";
    4141        boolean changeInterface = false;
    42         JLabel labelSectionNewLocation = new JLabel(tr("Add a new layer"));
     42        JLabel labelSectionNewLocation = new JLabel(tr("Add a new municipality layer"));
    4343        JPanel p = new JPanel(new GridBagLayout());
    44         JLabel labelLocation = new JLabel(tr("Location"));
     44        JLabel labelLocation = new JLabel(tr("Commune"));
    4545        final JTextField inputTown = new JTextField( Main.pref.get("cadastrewms.location") );
    4646        inputTown.setToolTipText(tr("<html>Enter the town,village or city name.<br>"
Note: See TracChangeset for help on using the changeset viewer.