mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
intendation...
This commit is contained in:
parent
fe97315acb
commit
bff7f015e0
1 changed files with 5 additions and 6 deletions
|
@ -295,7 +295,6 @@ function install_content(&$a) {
|
||||||
|
|
||||||
|
|
||||||
'$timezone' => field_timezone('timezone', t('Please select a default timezone for your website'), $timezone, ''),
|
'$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:'), $language, t('Set the default language for your Friendica installation interface and to send emails.'), $lang_choices),
|
||||||
'$baseurl' => $a->get_baseurl(),
|
'$baseurl' => $a->get_baseurl(),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue