Ignore:
Timestamp:
17.06.2009 09:02:25 (3 years ago)
Author:
stoecker
Message:

fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java

    r1574 r1676  
    9090        JTextField authorName = new JTextField(Main.pref.get("lastAuthorName")); 
    9191        p.add(authorName, GBC.eol().fill(GBC.HORIZONTAL)); 
    92         JLabel emailLabel = new JLabel(tr("Email")); 
     92        JLabel emailLabel = new JLabel(tr("E-Mail")); 
    9393        p.add(emailLabel, GBC.std().insets(10,0,5,0)); 
    9494        JTextField email = new JTextField(Main.pref.get("osm-server.username")); 
Note: See TracChangeset for help on using the changeset viewer.