Reviewers: skybrian_google.com,

Description:
Tweak the strange "CSS standards" verbiage in JUnitShell


Please review this at http://gwt-code-reviews.appspot.com/1371804/

Affected files:
  M user/src/com/google/gwt/junit/JUnitShell.java


Index: user/src/com/google/gwt/junit/JUnitShell.java
===================================================================
--- user/src/com/google/gwt/junit/JUnitShell.java       (revision 9787)
+++ user/src/com/google/gwt/junit/JUnitShell.java       (working copy)
@@ -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


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to