diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php
index 3ea9ca74..842b95de 100644
--- a/application/controllers/Clublog.php
+++ b/application/controllers/Clublog.php
@@ -199,7 +199,7 @@ class Clublog extends CI_Controller {
curl_close ($request);
}
} else {
- echo "no qsos to upload";
+ echo "No QSOs to upload";
}
}
}
diff --git a/application/controllers/Qrz.php b/application/controllers/Qrz.php
index 9346cc0c..4a8643c7 100644
--- a/application/controllers/Qrz.php
+++ b/application/controllers/Qrz.php
@@ -27,16 +27,16 @@ class Qrz extends CI_Controller {
foreach ($station_ids as $station_id) {
$qrz_api_key = $this->logbook_model->exists_qrz_api_key($station_id);
if($this->mass_upload_qsos($station_id, $qrz_api_key)) {
- echo "QSOs has been uploaded to QRZ.com.";
- log_message('info', 'QSOs has been uploaded to QRZ.com.');
+ echo "QSOs have been uploaded to QRZ.com.";
+ log_message('info', 'QSOs have been uploaded to QRZ.com.');
} else{
echo "No QSOs found for upload.";
log_message('info', 'No QSOs found for upload.');
}
}
} else {
- echo "No station_id's with a QRZ API Key found";
- log_message('error', "No station_id's with a QRZ API Key found");
+ echo "No station profiles with a QRZ API Key found.";
+ log_message('error', "No station profiles with a QRZ API Key found.");
}
}
@@ -139,7 +139,7 @@ class Qrz extends CI_Controller {
echo json_encode($data);
} else {
$data['status'] = 'Error';
- $data['info'] = 'Error, no QSOs to upload found';
+ $data['info'] = 'Error: No QSOs found to upload.';
$data['errormessages'] = $result['errormessages'];
echo json_encode($data);
}
diff --git a/application/models/Distances_model.php b/application/models/Distances_model.php
index a6da9d68..b2f2a7a0 100644
--- a/application/models/Distances_model.php
+++ b/application/models/Distances_model.php
@@ -91,7 +91,7 @@ class Distances_model extends CI_Model
}
else {
header('Content-Type: application/json');
- echo json_encode(array('Error' => 'No qsoes to plot found'));
+ echo json_encode(array('Error' => 'No QSOs found to plot.'));
}
}
}
diff --git a/application/models/Timeplotter_model.php b/application/models/Timeplotter_model.php
index 2cf36bce..ba8d0c86 100644
--- a/application/models/Timeplotter_model.php
+++ b/application/models/Timeplotter_model.php
@@ -143,7 +143,7 @@ class Timeplotter_model extends CI_Model
}
else {
header('Content-Type: application/json');
- $data['error'] = 'No qsoes to plot found!';
+ $data['error'] = 'No QSOs found to plot!';
echo json_encode($data);
}
diff --git a/application/views/adif/import.php b/application/views/adif/import.php
index 444357ad..7f56d40e 100644
--- a/application/views/adif/import.php
+++ b/application/views/adif/import.php
@@ -15,7 +15,8 @@
-
Important Log files must have the file type .adi
+
Important Log files must have the file type .adi
+
Warning Maximum file upload size is B.
-
-
Warning Maximum file upload size is B.
-
@@ -70,7 +70,7 @@
- Exporting QSOs from the Active Station Profile Name station_profile_name;?> with the station callsign station_callsign;?>
+ Exporting QSOs from the active station profile station_profile_name;?> with the station callsign station_callsign;?>
@@ -120,7 +120,7 @@
Logbook of The World
-
If no date are chosen, that means all QSOs will be marked!
+
Warning If a date range is not selected then all QSOs will be marked!