From: Tobias Diekershoff Date: Wed, 6 Apr 2016 18:21:41 +0000 (+0200) Subject: make en the default language X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac9d3922640d3193e42837e3f2d3e5bfd4e87a23;p=friendica.git make en the default language --- diff --git a/mod/install.php b/mod/install.php index 4ad851564c..b1c2010eef 100755 --- a/mod/install.php +++ b/mod/install.php @@ -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(),