]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed a typo
authorJohannes Dahlström <johannesd@vaadin.com>
Mon, 23 Jul 2012 08:49:00 +0000 (11:49 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Tue, 24 Jul 2012 11:17:09 +0000 (14:17 +0300)
src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java

index 8131477d1c3d4a63143a7d3e888e4968f8b8cd69..745d66c444f0d552e11d1bb62f905f77324b5174 100644 (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;