From 545ef6933f79779153b92462e11430eb66812d44 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 19:46:02 -0600 Subject: [PATCH 1/7] Really minor language cleanups --- application/views/dayswithqso/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/dayswithqso/index.php b/application/views/dayswithqso/index.php index 488a5ddf..43a76bc3 100644 --- a/application/views/dayswithqso/index.php +++ b/application/views/dayswithqso/index.php @@ -49,7 +49,7 @@ echo '
'; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -77,7 +77,7 @@ echo '
Streak (Continues days with QSOs)Streak (continuous days with QSOs)Begin dateEnd date
'; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -94,12 +94,12 @@ } elseif (is_array($almostcurrentstreak)) { ?> -

If you make a QSO today, you can continue to extend your streak, else your current streak will be broken!

+

If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!

Current Streak (Continues days with QSOs)Current streak (continuous days with QSOs)Begin dateEnd date
'; echo ''; - echo ''; + echo ''; echo ''; echo ''; echo ''; From bf582324661afc4f93bb647798d3304891faab6c Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 19:53:51 -0600 Subject: [PATCH 2/7] Very minor cleanup of text --- application/views/interface_assets/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 3cfe3507..6ff8e45a 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1330,7 +1330,7 @@ $(document).ready(function(){ $('#information').html(tmp.qrb.Qsoes + " contacts were plotted.
Your furthest contact was with " + tmp.qrb.Callsign + " in gridsquare "+ tmp.qrb.Grid - +" the distance was " + +"; the distance was " +tmp.qrb.Distance + tmp.unit +"."); var chart = new Highcharts.Chart(options); From d669adba8c0139a6608a68e8dcb5bbc7491230c7 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 19:56:52 -0600 Subject: [PATCH 3/7] Very minor language updates --- application/views/accumulate/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php index 85a5e8af..ccb1d5c0 100644 --- a/application/views/accumulate/index.php +++ b/application/views/accumulate/index.php @@ -45,19 +45,19 @@
From 3b6f9e4d99b86e94782a42458e9b63b88183b999 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 19:58:12 -0600 Subject: [PATCH 4/7] Very minor language updates --- application/views/timeline/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php index 871ab9b2..80332d21 100644 --- a/application/views/timeline/index.php +++ b/application/views/timeline/index.php @@ -50,19 +50,19 @@
input->post('awardradio') == 'was') echo ' checked'?>>
input->post('awardradio') == 'iota') echo ' checked'?>>
input->post('awardradio') == 'waz') echo ' checked'?>>
@@ -217,4 +217,4 @@ function write_waz_timeline($timeline_array, $custom_date_format, $bandselect, $ '; } echo '
Current Streak (Continues days with QSOs)Current streak (continuous days with QSOs)Begin dateEnd date
'; -} \ No newline at end of file +} From a84b8f6de13825b6f8e7945a2332748a6a811cfa Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 20:01:20 -0600 Subject: [PATCH 5/7] Very minor language cleanup --- application/views/awards/dxcc/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/awards/dxcc/index.php b/application/views/awards/dxcc/index.php index 01882037..fcb23868 100644 --- a/application/views/awards/dxcc/index.php +++ b/application/views/awards/dxcc/index.php @@ -10,7 +10,7 @@
input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> > - +
@@ -116,7 +116,7 @@ # - DXCCName + DXCC Name Prefix'; if ($this->input->post('includedeleted') || $this->input->method() !== 'post') echo ' From f7a9e638323f55587d725172d915e3a3c9874fcd Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 20:04:33 -0600 Subject: [PATCH 6/7] Very minor language updates --- application/controllers/Awards.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index c24695a5..dace903c 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -344,7 +344,7 @@ class Awards extends CI_Controller { $data['was_summary'] = $this->was->get_was_summary($bands); // Render Page - $data['page_title'] = "Awards - WAS (Worked all states)"; + $data['page_title'] = "Awards - WAS (Worked All States)"; $this->load->view('interface_assets/header', $data); $this->load->view('awards/was/index'); $this->load->view('interface_assets/footer'); From 8c0f1d33afa3bc95fef2d67fef8126e2e3984ad6 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 22 Nov 2020 20:05:26 -0600 Subject: [PATCH 7/7] Very minor language changes --- application/views/awards/iota/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/awards/iota/index.php b/application/views/awards/iota/index.php index 9b859eb4..e541a8c3 100644 --- a/application/views/awards/iota/index.php +++ b/application/views/awards/iota/index.php @@ -11,7 +11,7 @@
input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> > - +
@@ -104,7 +104,7 @@ # - Iota + IOTA Prefix Name'; if ($this->input->post('includedeleted') || $this->input->method() !== 'post') @@ -162,4 +162,4 @@ echo ''; } ?> - \ No newline at end of file +