From: Johannes Dahlström Date: Mon, 23 Jul 2012 08:49:00 +0000 (+0300) Subject: Fixed a typo X-Git-Tag: 7.0.0.beta1~236^2~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0bac9d1a5616a181806a7cfa34ed2dadbba92fa9;p=vaadin-framework.git Fixed a typo --- 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;