Bugs item #891081, was opened at 2004-02-05 16:05
Message generated for change (Comment added) made by gimpster
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=891081&group_id=23245
Category: Output
Group: None
>Status: Closed
Priority: 5
Submitted By: Nick Crossland (ncrossland)
>Assigned to: Martin Geisler (gimpster)
Summary: pw_text - metres singular not plural
Initial Comment:
Line 386 of pw_text.php should read
$this->properties['mark_end'] . $this->strings['meters'],
NOT
$this->properties['mark_end'] . $this->strings['meter'],
otherwise the output reads:
"... clouds at a height of xxx metre"
instead of
"... clouds at a height of xxx metres"
----------------------------------------------------------------------
>Comment By: Martin Geisler (gimpster)
Date: 2004-02-11 15:06
Message:
Logged In: YES
user_id=104098
Thanks for spotting this, it has been fixed in CVS and will
be part of the next release.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377952&aid=891081&group_id=23245
|