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

Fix minor issues.

File:
1 edited

Legend:

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

    r13497 r13611  
    2929    public void actionPerformed(ActionEvent e) {
    3030        JPanel p = new JPanel(new GridBagLayout());
    31         String[] zones = { "", "1 (51.30° to 48.15°)", "2 (48.15° to 45.45°)", "3 (45.45° to 42.76°)", "4 (Corsica)" };
     31        String[] zones = { "", "1 (51.30 to 48.15 degrees)", "2 (48.15 to 45.45 degrees)", "3 (45.45 to 42.76 degrees)", "4 (Corsica)" };
    3232        final JComboBox inputLambertZone = new JComboBox(zones);
    3333        JLabel newLambertZone = new JLabel(tr("Zone"));
Note: See TracChangeset for help on using the changeset viewer.