From ac9d3922640d3193e42837e3f2d3e5bfd4e87a23 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(),