Browse Source

Fixed a typo

tags/7.0.0.beta1
Johannes Dahlström 12 years ago
parent
commit
0bac9d1a56
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java

+ 3
- 1
src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java View File

@@ -35,7 +35,9 @@ import com.vaadin.terminal.gwt.client.ui.window.VWindow;
* TODO Rename to something more Vaadin7-ish?
*/
public class VUIDLBrowser extends SimpleTree {
private static final String HELP = "Shift click handle to open recursively. Click components to hightlight them on client side. Shift click components to highlight them also on the server side.";
private static final String HELP = "Shift click handle to open recursively. "
+ " Click components to highlight them on client side."
+ " Shift click components to highlight them also on the server side.";
private ApplicationConfiguration conf;
private String highlightedPid;


Loading…
Cancel
Save