Update of /cvsroot/phpweather/phpweather/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26743/output
Modified Files:
pw_text_pt.php
Log Message:
The Portuguese language finished off the constructor by converting to
Spanish... fixed. This closes #1104428.
Index: pw_text_pt.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/output/pw_text_pt.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- pw_text_pt.php 1 Jun 2004 20:39:54 -0000 1.1
+++ pw_text_pt.php 18 Jan 2005 17:29:42 -0000 1.2
@@ -10,7 +10,7 @@
* @link http://gamboa.eth.pt/ My homepage.
* @version pw_text_pt.php,v 1.4 2002/08/28 21:13:40 gimpster Exp
*/
-class pw_text_pt extends pw_text_es {
+class pw_text_pt extends pw_text {
/**
* This constructor provides all the strings used.
@@ -168,7 +168,7 @@
$this->strings['runway_for_runway'] = ' para a estrada ';
/* We run the parent constructor */
- $this->pw_text_es($weather, $input);
+ $this->pw_text($weather, $input);
}
}
|