From e10980804eaab2a37b70c162c203d6dd3b28e2b1 Mon Sep 17 00:00:00 2001 From: Paul Beesley <830976+poll-busily@users.noreply.github.com> Date: Wed, 7 Oct 2020 17:49:41 +0100 Subject: [PATCH] Minor punctuation tweaks for English language Fixing up a couple of grammatical quirks. --- application/language/english/general_words_lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index b6ddaf2d..bf8615ef 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -2,9 +2,9 @@ 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 profile.'; -$lang['notice_turn_the_radio_on'] = 'You have made no QSOs today, time to turn on the radio!'; +$lang['notice_turn_the_radio_on'] = 'You have made no QSOs today; time to turn on the radio!'; $lang['general_word_important'] = 'Important'; @@ -36,4 +36,4 @@ $lang['gen_hamradio_band'] = 'Band'; $lang['dashboard_you_have_had'] = 'You have had'; $lang['dashboard_qsos_today'] = 'QSOs Today!'; $lang['dashboard_qso_breakdown'] = 'QSOs Breakdown'; -$lang['dashboard_countries_breakdown'] = 'Countries Breakdown'; \ No newline at end of file +$lang['dashboard_countries_breakdown'] = 'Countries Breakdown';