afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-03-10 03:35 pm

[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 [personal profile] rho.

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'}})
      {
--------------------------------------------------------------------------------