From 55c6e332ccdd799b09dca23543f34a174d88366f Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 16 Jun 2018 21:55:12 +0000 Subject: [PATCH] Label change, thanks Tino --- includes/system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/system.php b/includes/system.php index 8f858f2f..6a07b3da 100755 --- a/includes/system.php +++ b/includes/system.php @@ -66,7 +66,7 @@ function DisplaySystem(){ // define locales $arrLocales = array( 'en_GB.UTF-8' => 'English', - 'de_DE.UTF-8' => 'Deutsche', + 'de_DE.UTF-8' => 'Deutsch', 'fr_FR.UTF-8' => 'Français', 'it_IT.UTF-8' => 'Italiano', 'pt_BR.UTF-8' => 'Português',