]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor text change
authorArtur Signell <artur@vaadin.com>
Mon, 3 Sep 2012 06:55:51 +0000 (09:55 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 7 Sep 2012 15:10:45 +0000 (18:10 +0300)
client/src/com/vaadin/client/SuperDevMode.java

index f52e885e877d2fa97e8226ccf00ec469ba44d380..35f9e71df2ae05bb14709a6e841a746484abbf4c 100644 (file)
@@ -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();