Changeset 4984 in josm
- Timestamp:
- 2012-02-18T14:02:13+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r4983 r4984 134 134 135 135 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>")); 137 137 cbStartup.addActionListener(new ActionListener() { 138 138 public void actionPerformed(ActionEvent e) { … … 146 146 147 147 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.")); 149 149 pnl.add(infoLabel,GBC.eol().anchor(GBC.SOUTH).insets(0,0,0,0)); 150 150 }
Note:
See TracChangeset
for help on using the changeset viewer.