From 48f77959fa15e400c6fdabfe2861c602bee06101 Mon Sep 17 00:00:00 2001 From: walzert <37123612+walzert@users.noreply.github.com> Date: Wed, 30 Dec 2020 16:57:42 +0100 Subject: [PATCH] Update general_words_lang.php Changed $lang['error_no_active_station_profile'] --- application/language/german/general_words_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index f259f7d5..6f1bfc53 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -2,7 +2,7 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt'); -$lang['error_no_active_station_profile'] = 'Attention: you need to set an active station profile.'; +$lang['error_no_active_station_profile'] = 'Achtung: Du musst ein aktives Stationsprofil setzen.'; $lang['notice_turn_the_radio_on'] = 'Du hast heute noch keine QSOs gemacht; Zeit, das Funkgerät einzuschalten!';