Revision: 7356
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7356&view=rev
Author:   dnaber
Date:     2012-06-15 12:47:45 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
[pt] fix language name

Modified Paths:
--------------
    
trunk/JLanguageTool/src/java/org/languagetool/language/PortuguesePortugal.java

Modified: 
trunk/JLanguageTool/src/java/org/languagetool/language/PortuguesePortugal.java
===================================================================
--- 
trunk/JLanguageTool/src/java/org/languagetool/language/PortuguesePortugal.java  
    2012-06-15 12:03:21 UTC (rev 7355)
+++ 
trunk/JLanguageTool/src/java/org/languagetool/language/PortuguesePortugal.java  
    2012-06-15 12:47:45 UTC (rev 7356)
@@ -1,5 +1,5 @@
 /* LanguageTool, a natural language style checker 
- * Copyright (C) 2007 Daniel Naber (http://www.danielnaber.de)
+ * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de)
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 
          @Override
          public String getName() {
-           return "Portuguese (Brazil)";
+           return "Portuguese (Portugal)";
          }
 
          @Override

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to