Ignore:
Timestamp:
2018-03-27T11:48:29+02:00 (7 years ago)
Author:
rebeccas95
Message:

Fixing helpbutton link and some small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java

    r34024 r34135  
    8585
    8686        //---- Label1 ----
    87         label1.setText(tr("<html> Please insert the new level number you want to add.<br> "
     87        label1.setText(tr("<html> Please insert the new level-tag number you want to add.<br> "
    8888                + " <i>Info</i>: <br> If the OK button got pressed you will switch to the drawing action.<br>"
    89                 + "To finish the new object please press the spacebar. The new level<br>will be tagged automatically. </html>"));
     89                + "To finish the new object please press spacebar. The new level<br>will be tagged automatically. </html>"));
    9090        infoBar.add(label1);
    9191        dialogPane.add(infoBar, BorderLayout.NORTH);
     
    177177
    178178    /**
    179      * Set the listener for window {@Link LevelSelectorView}
     179     * Set the listener for window {@link LevelSelectorView}
    180180     *
    181181     * @param l the listener to set
Note: See TracChangeset for help on using the changeset viewer.