From 6e59118a1bb7125391b9d4396c9db2fe770578b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Fri, 5 Apr 2013 14:45:19 +0300 Subject: [PATCH] Fix typo in debug console (#9626) Change-Id: I3cfa87781643c004c98724467197cba34c61e8c1 --- .../src/com/vaadin/client/debug/internal/HierarchySection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5