diff options
-rw-r--r-- | httemplate/browse/rate_region.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/rate_region.html b/httemplate/browse/rate_region.html index b423e6d54..b454a9e74 100644 --- a/httemplate/browse/rate_region.html +++ b/httemplate/browse/rate_region.html @@ -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="$_"). |