Update of /cvsroot/phpweather/phpweather/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4440
Modified Files:
pw_text_en_US.php
Log Message:
Past tense
Index: pw_text_en_US.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/output/pw_text_en_US.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- pw_text_en_US.php 11 Feb 2004 14:08:16 -0000 1.1
+++ pw_text_en_US.php 22 Feb 2004 12:18:35 -0000 1.2
@@ -98,7 +98,7 @@
$this->strings['hPa'] = ' hPa';
$this->strings['inHg'] = ' inHg';
$this->strings['rel_humidity'] = 'The relative humidity was ';
- $this->strings['feelslike'] = 'The temperature feels like ';
+ $this->strings['feelslike'] = 'The temperature felt like ';
$this->strings['cloud_group_beg'] = 'There were ';
$this->strings['cloud_group_end'] = '.';
$this->strings['cloud_clear'] = 'The sky was %sclear%s.';
|