fix curly braces and commit suggested changes by HB9HIL

This commit is contained in:
DB4SCW
2024-11-19 06:30:11 +00:00
parent 15b0a7aae5
commit 3b2ceb7ee5
6 changed files with 9 additions and 13 deletions

View File

@@ -231,7 +231,7 @@ class Cabrillo extends CI_Controller {
//create error if more than 1 QSO is found and skip
if(count($contest_qsos) != 1){
array_push($custom_errors, "QSO " . $i . " not found or more that 1 QSOs found that match the criteria of the CBR file. Skipping as a safety measure.");
array_push($custom_errors, sprintf(__("QSO %s not found or more that 1 QSOs found that match the criteria of the CBR file. Skipping as a safety measure.", $i)));
$i++;
continue;
}