diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-04-05 14:45:19 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-04-05 14:45:19 +0300 |
commit | 6e59118a1bb7125391b9d4396c9db2fe770578b8 (patch) | |
tree | ca74d4a0d534dfe1a077a14fe33221ae9afc9eec /client | |
parent | 572f1c0b11b14144443afc1f85679944839dd9e3 (diff) | |
download | vaadin-framework-6e59118a1bb7125391b9d4396c9db2fe770578b8.tar.gz vaadin-framework-6e59118a1bb7125391b9d4396c9db2fe770578b8.zip |
Fix typo in debug console (#9626)
Change-Id: I3cfa87781643c004c98724467197cba34c61e8c1
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/debug/internal/HierarchySection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/debug/internal/HierarchySection.java b/client/src/com/vaadin/client/debug/internal/HierarchySection.java index d353cf661a..3c2b7251f3 100644 --- a/client/src/com/vaadin/client/debug/internal/HierarchySection.java +++ b/client/src/com/vaadin/client/debug/internal/HierarchySection.java @@ -72,7 +72,7 @@ class HierarchySection implements Section { private final Button analyze = new DebugButton(Icon.ANALYZE, "Check layouts for potential problems"); private final Button generateWS = new DebugButton(Icon.OPTIMIZE, - "Show used connectors and how to optimized widgetset"); + "Show used connectors and how to optimize widgetset"); private HandlerRegistration highlightModeRegistration = null; |