diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php
index 487f0a1f8..4343dcf08 100644
--- a/application/controllers/Stationsetup.php
+++ b/application/controllers/Stationsetup.php
@@ -342,7 +342,7 @@ class Stationsetup extends CI_Controller {
$returntext .= '' . lang('station_location_active') . '
';
}
- $returntext .='' . $qso_total .' '. lang('gen_hamradio_qso') . '';
+ $returntext .='' . $qso_total .' '. lang('gen_hamradio_qso') . '';
return $returntext;
}