diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-07-23 11:49:00 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2012-07-24 14:17:09 +0300 |
commit | 0bac9d1a5616a181806a7cfa34ed2dadbba92fa9 (patch) | |
tree | daaf09accaa2953ff41899e377cc893fce0fef82 /src/com/vaadin/terminal | |
parent | 0c093be6af6c9ea16a8fb446646a6fec08562d60 (diff) | |
download | vaadin-framework-0bac9d1a5616a181806a7cfa34ed2dadbba92fa9.tar.gz vaadin-framework-0bac9d1a5616a181806a7cfa34ed2dadbba92fa9.zip |
Fixed a typo
Diffstat (limited to 'src/com/vaadin/terminal')
-rw-r--r-- | src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java b/src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java index 8131477d1c..745d66c444 100644 --- a/src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java +++ b/src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java @@ -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; |