country code is two words
authorivan <ivan>
Wed, 7 Jan 2009 00:27:33 +0000 (00:27 +0000)
committerivan <ivan>
Wed, 7 Jan 2009 00:27:33 +0000 (00:27 +0000)
httemplate/browse/rate_region.html

index b423e6d..b454a9e 100644 (file)
@@ -77,7 +77,7 @@ if ( $cgi->param('countrycode') =~ /^(\d+)$/ ) {
 }
 
 my $html_posttotal = 
-  '(show countrycode: '.
+  '(show country code: '.
   qq(<SELECT NAME="countrycode" onChange="$countrycode_filter_change">).
   qq(<OPTION VALUE="">(all)).
   join("\n", map { qq(<OPTION VALUE="$_").