diff --git a/application/models/Clublog_model.php b/application/models/Clublog_model.php index 8e89eb935..7fd43147e 100644 --- a/application/models/Clublog_model.php +++ b/application/models/Clublog_model.php @@ -21,7 +21,7 @@ class Clublog_model extends CI_Model $clean_passord = $this->security->xss_clean($password); $clean_userid = $this->security->xss_clean($userid); - $return = "No QSO's to upload"; + $return = "No QSOs to upload"; $this->config->load('config'); @@ -196,7 +196,7 @@ class Clublog_model extends CI_Model $return .= $log."
"; } - $log = "QSO's for Callsign: '" . $station_row->station_callsign . "' were successfully downloaded"; + $log = "QSOs for Callsign: '" . $station_row->station_callsign . "' were successfully downloaded"; log_message('info', $log); $return .= $log."
"; } diff --git a/application/views/activators/index.php b/application/views/activators/index.php index 0c1097c7a..86c995c36 100644 --- a/application/views/activators/index.php +++ b/application/views/activators/index.php @@ -98,7 +98,7 @@ function write_activators($activators_array, $vucc_grids, $custom_date_format, $ ' . __("Callsign") . ' ' . __("Count") . ' ' . __("Gridsquares") . ' - ' . __("Show QSO's") . ' + ' . __("Show QSOs") . ' ' . __("Show Map") . ' diff --git a/application/views/adif/import.php b/application/views/adif/import.php index ce3bd11c2..e3a71f238 100644 --- a/application/views/adif/import.php +++ b/application/views/adif/import.php @@ -189,7 +189,7 @@ -
', ''); ?>
+
', ''); ?>
@@ -237,7 +237,7 @@ - +

diff --git a/application/views/callstats/index.php b/application/views/callstats/index.php index 3eae4fd4f..7d335fe37 100644 --- a/application/views/callstats/index.php +++ b/application/views/callstats/index.php @@ -147,7 +147,7 @@ function write_activators($activators_array, $band, $mode, $sat, $orbit, $propag # ' . __("Callsign") . ' ' . __("#QSOs") . ' - ' . __("Show QSO's") . ' + ' . __("Show QSOs") . ' '; diff --git a/application/views/continents/index.php b/application/views/continents/index.php index c72b72186..e9280e043 100644 --- a/application/views/continents/index.php +++ b/application/views/continents/index.php @@ -60,7 +60,7 @@ # - + 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 = ""; var lang_statistics_number_of_qso_worked_each_year = ""; var lang_statistics_year = ""; - var lang_statistics_number_of_qso_worked = ""; + var lang_statistics_number_of_qso_worked = ""; var lang_gen_hamradio_mode = ""; var lang_gen_hamradio_band = ""; var lang_gen_hamradio_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, '.__("Date").' '.__("Time").' '.__("Gridsquare").' - '.__("Show QSO's").' + '.__("Show QSOs").' ';