Tweak the strange "CSS standards" verbiage in JUnitShell

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

Review by: skybrian@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9789 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/JUnitShell.java b/user/src/com/google/gwt/junit/JUnitShell.java
index e692f0b..b0c7467 100644
--- a/user/src/com/google/gwt/junit/JUnitShell.java
+++ b/user/src/com/google/gwt/junit/JUnitShell.java
@@ -434,7 +434,7 @@
       registerHandler(new ArgHandlerFlag() {
         @Override
         public String getPurpose() {
-          return "Use CSS standards mode (rather than quirks mode) for the hosting page";
+          return "Use a document in standards mode (rather than quirks mode) for the hosting page";
         }
 
         @Override