From ae171cfe4640440d265c42c7e065ff3aca874d6e Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 12 Jun 2018 16:45:11 +0000 Subject: [PATCH] Initial caps for locales in select list --- includes/system.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/system.php b/includes/system.php index db8f7836..e76739f0 100755 --- a/includes/system.php +++ b/includes/system.php @@ -66,10 +66,10 @@ function DisplaySystem(){ // define locales $arrLocales = array( 'en_GB.UTF-8' => 'English', - 'fr_FR.UTF-8' => 'français', - 'it_IT.UTF-8' => 'italiano', + 'fr_FR.UTF-8' => 'Français', + 'it_IT.UTF-8' => 'Italiano', 'pt_BR.UTF-8' => 'Português', - 'sv_SE.UTF-8' => 'svenska' + 'sv_SE.UTF-8' => 'Svenska' ); // hostname