Changeset 4984 in josm


Ignore:
Timestamp:
Feb 18, 2012 2:02:13 PM (15 months ago)
Author:
stoecker
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r4983 r4984  
    134134 
    135135        cbStartup = new JCheckBox(tr("Open this dialog on startup")); 
    136         cbStartup.setToolTipText(tr("<html>Autostart ''Download from OSM'' dialog every time JOSM is started.<br>You can open it manually from File menu or toolbar</html>")); 
     136        cbStartup.setToolTipText(tr("<html>Autostart ''Download from OSM'' dialog every time JOSM is started.<br>You can open it manually from File menu or toolbar.</html>")); 
    137137        cbStartup.addActionListener(new ActionListener() { 
    138138            public void actionPerformed(ActionEvent e) { 
     
    146146         
    147147        if (!ExpertToggleAction.isExpert()) { 
    148             JLabel infoLabel  = new JLabel(tr("Use left click&drag to select area, arrows or right mouse button to scroll map, wheel or +/- to zoom")); 
     148            JLabel infoLabel  = new JLabel(tr("Use left click&drag to select area, arrows or right mouse button to scroll map, wheel or +/- to zoom.")); 
    149149            pnl.add(infoLabel,GBC.eol().anchor(GBC.SOUTH).insets(0,0,0,0)); 
    150150        } 
Note: See TracChangeset for help on using the changeset viewer.