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',