Ignore:
Timestamp:
2006-07-17T02:47:02+02:00 (18 years ago)
Author:
imi
Message:

fixed i18n messages (cleanup)

File:
1 edited

Legend:

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

    r104 r113  
    2727import javax.swing.JScrollPane;
    2828import javax.swing.JTextField;
    29 import javax.swing.KeyStroke;
    3029import javax.swing.SwingUtilities;
    3130import javax.swing.event.ListSelectionEvent;
     
    127126
    128127        public DownloadAction() {
    129                 super(tr("Download from OSM"), "download", tr("Download map data from the OSM server."), tr("Ctrl-Shift-D"),
    130                                 KeyStroke.getKeyStroke(KeyEvent.VK_D, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK));
     128                super(tr("Download from OSM"), "download", tr("Download map data from the OSM server."), KeyEvent.VK_D, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK);
    131129                // TODO remove when bug in Java6 is fixed
    132130                for (JTextField f : latlon)
Note: See TracChangeset for help on using the changeset viewer.