@@ -128,25 +128,25 @@ function showStateUpdateResult($result, $country) {
function showContinentUpdateResult($result) {
echo '' . __("Results for continent update:") . '
';
- echo '' . sprintf(__("The number of QSOs updated for continent is") . ' : %d', $result) . '
';
+ echo '' . sprintf(__("The number of QSOs updated for continent is") . ': %d', $result) . '
';
}
function showDistanceUpdateResult($result) {
echo '' . __("Results for distance update:") . '
';
- echo '' . sprintf(__("The number of QSOs updated for distance is") . ' : %d', $result) . '
';
+ echo '' . sprintf(__("The number of QSOs updated for distance is") . ': %d', $result) . '
';
}
function showCqzoneUpdateResult($result) {
echo '' . __("Results for CQ zone update:") . '
';
- echo '' . sprintf(__("The number of QSOs updated for CQ zone is") . ' : %d', $result) . '
';
+ echo '' . sprintf(__("The number of QSOs updated for CQ zone is") . ': %d', $result) . '
';
}
function showItuzoneUpdateResult($result) {
echo '' . __("Results for ITU zone update:") . '
';
- echo '' . sprintf(__("The number of QSOs updated for ITU zone is") . ' : %d', $result) . '
';
+ echo '' . sprintf(__("The number of QSOs updated for ITU zone is") . ': %d', $result) . '
';
}
function showGridUpdateResult($result) {
echo '' . __("Results for gridsquare update:") . '
';
- echo '' . sprintf(__("The number of QSOs updated for gridsquare is") . ' : %d', $result) . '
';
+ echo '' . sprintf(__("The number of QSOs updated for gridsquare is") . ': %d', $result) . '
';
}
diff --git a/application/views/logbookadvanced/statecheckresult.php b/application/views/logbookadvanced/statecheckresult.php
index ab6c61d62..526d13f2d 100644
--- a/application/views/logbookadvanced/statecheckresult.php
+++ b/application/views/logbookadvanced/statecheckresult.php
@@ -1,7 +1,7 @@
0): ?>
= __("State Check Results"); ?>
-
= __("QSOs with missing state and gridsquares with 6 or more characters found for the following DXCC's:"); ?>
+
= __("QSOs with missing state and gridsquares with 6 or more characters found for the following DXCCs:"); ?>