From 47a32a50cf6cd56a5c07d94cd24823832faa6c05 Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 22 Jul 2023 13:36:46 +0000 Subject: [PATCH] Adjusted caption of contest-session-reset --- application/language/english/contesting_lang.php | 4 ++-- application/language/german/contesting_lang.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/language/english/contesting_lang.php b/application/language/english/contesting_lang.php index 7877d54d..8c619179 100644 --- a/application/language/english/contesting_lang.php +++ b/application/language/english/contesting_lang.php @@ -3,7 +3,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['contesting_page_title'] = 'Contest Logging'; -$lang['contesting_button_reset_contest_session'] = 'Reset Contest Session'; +$lang['contesting_button_reset_contest_session'] = 'Start new Contest Session'; $lang['contesting_exchange_type'] = 'Exchange Type'; $lang['contesting_exchange_type_serial'] = 'Serial'; @@ -15,4 +15,4 @@ $lang['contesting_btn_reset_qso'] = 'Reset QSO'; $lang['contesting_btn_save_qso'] = 'Save QSO'; $lang['contesting_title_callsign_suggestions'] = 'Callsign Suggestions'; -$lang['contesting_title_contest_logbook'] = 'Contest Logbook'; \ No newline at end of file +$lang['contesting_title_contest_logbook'] = 'Contest Logbook'; diff --git a/application/language/german/contesting_lang.php b/application/language/german/contesting_lang.php index 5c209583..9ba387c7 100644 --- a/application/language/german/contesting_lang.php +++ b/application/language/german/contesting_lang.php @@ -3,7 +3,7 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt'); $lang['contesting_page_title'] = 'Contest-Logging'; -$lang['contesting_button_reset_contest_session'] = 'Setze Contest-Sitzung zurück'; +$lang['contesting_button_reset_contest_session'] = 'Beginne neue Contest-Sitzung'; $lang['contesting_exchange_type'] = 'Austauschtyp'; $lang['contesting_exchange_type_serial'] = 'Laufende Nummer';