From f3cfaad70a4d6ca670e723ec47d1da7a51b61318 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 6 Apr 2016 20:21:41 +0200 Subject: [PATCH] make en the default language --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),