Fixing capitalization of 'GWT Development Mode' in hosted.html

Review at http://gwt-code-reviews.appspot.com/762801


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8529 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html b/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html
index 70750c5..8c2830f 100644
--- a/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html
+++ b/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html
@@ -158,7 +158,7 @@
 
 function __gwt_disconnected_impl() {
   __gwt_displayGlassMessage('GWT Code Server Disconnected',
-      'Most likely, you closed GWT development mode. Or you might have lost '
+      'Most likely, you closed GWT Development Mode. Or, you might have lost '
       + 'network connectivity. To fix this, try restarting GWT Development Mode and '
       + '<a style="color: #FFFFFF; font-weight: bold;" href="javascript:location.reload()">'
       + 'REFRESH</a> this page.');