[dw-free] English-strip /stats
[commit: http://hg.dwscoalition.org/dw-free/rev/89cf10bae98e]
http://bugs.dwscoalition.org/show_bug.cgi?id=408
Fix wrong translation string
Patch by
rho.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=408
Fix wrong translation string
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stats.bml
-------------------------------------------------------------------------------- diff -r 4fa448cdde1f -r 89cf10bae98e htdocs/stats.bml --- a/htdocs/stats.bml Tue Mar 10 06:25:54 2009 +0000 +++ b/htdocs/stats.bml Tue Mar 10 15:34:40 2009 +0000 @@ -123,7 +123,7 @@ body<= } { - $ret .= "<p>$ML{'.demographics.desc.countries'}</p><ul>"; + $ret .= "<p>$ML{'.demographics.desc.states'}</p><ul>"; my $ct; foreach my $key (sort { $stat{'state'}->{$b} <=> $stat{'state'}->{$a} } keys %{$stat{'state'}}) { --------------------------------------------------------------------------------