From afd5d8b83918a74c170abd31afeb92c6c4fd6ef0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 30 Mar 2005 01:24:46 +0000 Subject: [PATCH 1/1] Fix UTF-8. --- html/do-finish-tournament.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/do-finish-tournament.pl b/html/do-finish-tournament.pl index a22da17..ec9edf4 100755 --- a/html/do-finish-tournament.pl +++ b/html/do-finish-tournament.pl @@ -39,7 +39,7 @@ for my $sr (@$srounds) { # This should never happen if (!defined($last_sround)) { - ccbs::user_error("Forsøk pÃ¥ Ã¥ avslutte en turnering med flere grupper aktive."); + ccbs::user_error("Forsøk på å avslutte en turnering med flere grupper aktive."); } # Grab all the remaining groups; we order by the simple criteria: -- 2.39.2