- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Jul 2008 13:24:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv30518/org/w3c/css/util
Modified Files:
Messages.java
Log Message:
fixing a typo
Index: Messages.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Messages.java 30 Jun 2008 20:41:57 -0000 1.17
+++ Messages.java 1 Jul 2008 13:24:55 -0000 1.18
@@ -337,7 +337,8 @@
try {
tmp = new Utf8Properties();
tmp.load(f);
- languages_name.add("pt-bt");
+ languages_name.add("pt-br");
+ languages_name.add("pt_BR");
languages.put("pt", tmp);
} finally {
f.close();
Received on Tuesday, 1 July 2008 13:25:34 UTC