diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/SuperDevMode.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/SuperDevMode.java b/client/src/com/vaadin/client/SuperDevMode.java index f52e885e87..35f9e71df2 100644 --- a/client/src/com/vaadin/client/SuperDevMode.java +++ b/client/src/com/vaadin/client/SuperDevMode.java @@ -54,7 +54,7 @@ public class SuperDevMode { VConsole.log("Recompiling widgetset using<br/>" + serverUrl + "<br/>and then reloading in super dev mode"); VNotification n = new VNotification(); - n.show("<b>Recompiling widgetset, this should not take too long</b>", + n.show("<b>Recompiling widgetset, please wait</b>", VNotification.CENTERED, VNotification.STYLE_SYSTEM); JsonpRequestBuilder b = new JsonpRequestBuilder(); |