From 51ff9c173485b4c84156b1e0edfac531495ce22a Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 24 Mar 2021 18:02:00 +0000 Subject: [PATCH] [Langs] Changed Station Profile to Station Location --- application/language/english/general_words_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index d25b7abd..eb95ece8 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -2,7 +2,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['error_no_active_station_profile'] = 'Attention: you need to set an active station profile.'; +$lang['error_no_active_station_profile'] = 'Attention: you need to set an active station location.'; $lang['notice_turn_the_radio_on'] = 'You have made no QSOs today; time to turn on the radio!'; @@ -54,7 +54,7 @@ $lang['general_delete_qso'] = 'Delete QSO'; $lang['general_total_distance'] = 'Total Distance'; // Cloudlog Terms -$lang['cloudlog_station_profile'] = 'Station Profile'; +$lang['cloudlog_station_profile'] = 'Station Location'; // ham radio terms $lang['gen_hamradio_qso'] = 'QSO';