= sprintf(__("If selected, Wavelog will try to import %sall%s QSO's of the ADIF, regardless if they match to the chosen station-location."), '', ''); ?>
+
= sprintf(__("If selected, Wavelog will try to import %sall%s QSOs of the ADIF, regardless if they match to the chosen station-location."), '', ''); ?>
diff --git a/application/views/oqrs/qsolist.php b/application/views/oqrs/qsolist.php
index 90711cd62..73134a4f1 100644
--- a/application/views/oqrs/qsolist.php
+++ b/application/views/oqrs/qsolist.php
@@ -194,6 +194,6 @@ if ($qsos->result() != NULL) {
' . __("No QSO's were found. It seems you were not active at this time.") . '';
+ echo '
' . __("No QSOs were found. It seems you were not active at this time.") . '
';
}
?>
diff --git a/application/views/qslprint/qsolist.php b/application/views/qslprint/qsolist.php
index a9245606b..6ce2fb7e7 100644
--- a/application/views/qslprint/qsolist.php
+++ b/application/views/qslprint/qsolist.php
@@ -204,7 +204,7 @@ if ($qsos->result() != NULL) {
' . __("No additional QSO's were found. That means they are probably already in the queue.") . '';
+ echo '
' . __("No additional QSOs were found. That means they are probably already in the queue.") . '
';
}
function echo_qsl_sent_via($method) {
diff --git a/application/views/statistics/index.php b/application/views/statistics/index.php
index 0829892cf..6d7cdbb05 100644
--- a/application/views/statistics/index.php
+++ b/application/views/statistics/index.php
@@ -17,7 +17,7 @@
var lang_statistics_operators = "= __("Operators")?>";
var lang_statistics_number_of_qso_worked_each_year = "= __("Number of QSOs worked each year")?>";
var lang_statistics_year = "= __("Year")?>";
- var lang_statistics_number_of_qso_worked = "= __("# of QSO's worked")?>";
+ var lang_statistics_number_of_qso_worked = "= __("# of QSOs worked")?>";
var lang_gen_hamradio_mode = "= __("Mode")?>";
var lang_gen_hamradio_band = "= __("Band")?>";
var lang_gen_hamradio_operator = "= __("Operator")?>";
diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php
index 3512f7207..2484a10c3 100644
--- a/application/views/timeline/index.php
+++ b/application/views/timeline/index.php
@@ -200,7 +200,7 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect,
' . __("Country") . '
' . __("Status") . '
' . __("End Date") . '
-
' . __("Show QSO's") . '
+
' . __("Show QSOs") . '
';
@@ -235,7 +235,7 @@ function write_waja_timeline($timeline_array, $custom_date_format, $bandselect,
#
'.__("Date").'
'.__("Prefecture").'
-
'.__("Show QSO's").'
+
'.__("Show QSOs").'
';
@@ -263,7 +263,7 @@ function write_was_timeline($timeline_array, $custom_date_format, $bandselect, $
#
' . __("Date") . '
' . __("State") . '
-
' . __("Show QSO's") . '
+
' . __("Show QSOs") . '
';
@@ -295,7 +295,7 @@ function write_iota_timeline($timeline_array, $custom_date_format, $bandselect,
'.__("IOTA").'
'.__("Name").'
'.__("Prefix").'
-
'.__("Show QSO's").'
+
'.__("Show QSOs").'
';
@@ -325,7 +325,7 @@ function write_waz_timeline($timeline_array, $custom_date_format, $bandselect, $
#
'.__("Date").'
'.__("CQ Zone").'
-
'.__("Show QSO's").'
+
'.__("Show QSOs").'
';
@@ -354,7 +354,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect,