CVS: phpweather/output pw_text.php,1.23,1.24
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2004-02-11 14:06:28
|
Update of /cvsroot/phpweather/phpweather/output In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22066/output Modified Files: pw_text.php Log Message: Use plural form of 'meter' here, this closes #891081 at SourceForge, thanks goes to Nick Crossland (ncrossland) for spotting this. Index: pw_text.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text.php,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- pw_text.php 30 Jan 2004 20:46:36 -0000 1.23 +++ pw_text.php 11 Feb 2004 14:02:17 -0000 1.24 @@ -383,7 +383,7 @@ $this->strings['cloud_condition'][$condition] . $cumulus . $this->properties['mark_end'] . $this->strings['cloud_height'] . $this->pref_units($this->properties['mark_begin'] . $meter . - $this->properties['mark_end'] . $this->strings['meter'], + $this->properties['mark_end'] . $this->strings['meters'], $this->properties['mark_begin'] . $ft . $this->properties['mark_end'] . $this->strings['feet']); |