diff --git a/application/controllers/Station.php b/application/controllers/Station.php index 8183aa8e..2233ee86 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -46,7 +46,7 @@ class Station extends CI_Controller { if ($this->form_validation->run() == FALSE) { - $data['page_title'] = "Create Station Profile"; + $data['page_title'] = "Create Station Location"; $this->load->view('interface_assets/header', $data); $this->load->view('station_profile/create'); $this->load->view('interface_assets/footer'); @@ -77,7 +77,7 @@ class Station extends CI_Controller { $data['dxcc_list'] = $this->dxcc->list(); - $data['page_title'] = "Edit Station Profile"; + $data['page_title'] = "Edit Station Location"; $this->form_validation->set_rules('station_profile_name', 'Station Profile Name', 'required'); diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 60908d58..7b831670 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -221,7 +221,7 @@ - + diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php index 3765e591..2259c3c1 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -246,7 +246,7 @@ - + diff --git a/application/views/station_profile/index.php b/application/views/station_profile/index.php index f725a164..b6b480dd 100644 --- a/application/views/station_profile/index.php +++ b/application/views/station_profile/index.php @@ -12,20 +12,20 @@
Station Profiles define operating locations, such as your QTH, a friend's QTH, or a portable station.
+Station Locations define operating locations, such as your QTH, a friend's QTH, or a portable station.
Similar to logbooks, a station profile keeps a set of QSOs together.
Only one logbook may be active at a time. In the table below this is shown with the "Active Logbook" badge.
- + num_rows() > 0) { ?>