diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php
index 1c4afd6b0..9220b0a66 100644
--- a/application/controllers/Stationsetup.php
+++ b/application/controllers/Stationsetup.php
@@ -378,7 +378,7 @@ class Stationsetup extends CI_Controller {
private function stationcountry2html($station_country, $dxcc_end) {
$returntext = $station_country == '' ? '- ' . __("NONE") . ' -' : $station_country;
if ($dxcc_end != NULL) {
- $returntext .= ' '.__("Deleted DXCC").'';
+ $returntext .= ' '.__("Deleted DXCC").'';
}
return $returntext;
diff --git a/application/views/stationsetup/stationsetup.php b/application/views/stationsetup/stationsetup.php
index 74bdf4b69..c11fcd7cf 100644
--- a/application/views/stationsetup/stationsetup.php
+++ b/application/views/stationsetup/stationsetup.php
@@ -147,7 +147,7 @@
station_profile_name;?>