Ignore:
Timestamp:
2012-02-18T14:01:08+01:00 (12 years ago)
Author:
stoecker
Message:

fix text

File:
1 edited

Legend:

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

    r4932 r4983  
    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 by Ctrl-Shift-D</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) {
Note: See TracChangeset for help on using the changeset viewer.