Changeset 34135 in osm for applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java
- Timestamp:
- 2018-03-27T11:48:29+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java
r34024 r34135 85 85 86 86 //---- 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> " 88 88 + " <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 thespacebar. 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>")); 90 90 infoBar.add(label1); 91 91 dialogPane.add(infoBar, BorderLayout.NORTH); … … 177 177 178 178 /** 179 * Set the listener for window {@ Link LevelSelectorView}179 * Set the listener for window {@link LevelSelectorView} 180 180 * 181 181 * @param l the listener to set
Note:
See TracChangeset
for help on using the changeset viewer.