commit | 9197350a9c71799bb3760ece02abf889e3af4cfd | [log] [tgz] |
---|---|---|
author | fredsa@google.com <fredsa@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Aug 12 17:51:31 2010 +0000 |
committer | fredsa@google.com <fredsa@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Aug 12 17:51:31 2010 +0000 |
tree | b4a328155abaa58f16fb275fc1e81081ebba0c0a | |
parent | 6aff3fcf987cb3a9c48a399b8a3e6df26c570a64 [diff] |
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.');