]> git.mxchange.org Git - friendica.git/commitdiff
make en the default language
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 6 Apr 2016 18:21:41 +0000 (20:21 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 1 May 2016 11:47:24 +0000 (13:47 +0200)
mod/install.php

index 4ad851564c7494303349855983d874c1be4acc4d..b1c2010eef5da0f65f8f37ae468824db0046df16 100755 (executable)
@@ -295,7 +295,7 @@ function install_content(&$a) {
 
 
                                '$timezone' => field_timezone('timezone', t('Please select a default timezone for your website'), $timezone, ''),
-                               '$language' => array('language', t('System Language:'), $language, t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
+                               '$language' => array('language', t('System Language:'), 'en', t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
                                '$baseurl' => $a->get_baseurl(),