Correct misleading statement regarding plural forms reference. Patch by: rebeccaward Review by: abowers, bruce, jat git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5945 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java b/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java index 1186e89..ac5be51 100644 --- a/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java +++ b/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java
@@ -32,8 +32,8 @@ * DefaultRule_en_uk for English spoken in the UK (note the lower-cased * tag). * - * Many of the rules implemented in subclasses of this class are from: - * http://translate.sourceforge.net/wiki/l10n/pluralforms + * This is an implementation of the language pluralization rules described + * at http://translate.sourceforge.net/wiki/l10n/pluralforms * * Eventually, all these rules will be machine generated from Unicode's * CLDR, perhaps with some additional data that isn't kept there if