Ignore:
Timestamp:
2009-01-10T13:37:19+01:00 (15 years ago)
Author:
stoecker
Message:

close #1973 (Lambert projection for Estonia). patch by jaak _ nutiteq _ com

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java

    r1228 r1230  
    196196        // show the close button
    197197        JButton close = new JButton(ImageProvider.get("misc", "close"));
    198         close.setToolTipText(tr("Close this panel. You can reopen it with the buttons in the left toolbar"));
     198        close.setToolTipText(tr("Close this panel. You can reopen it with the buttons in the left toolbar."));
    199199        close.setBorder(BorderFactory.createEmptyBorder());
    200200        final ActionListener closeActionListener = new ActionListener(){
Note: See TracChangeset for help on using the changeset viewer.