diff options
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/config.php b/installer/config.php index fb5d93289..12af1c660 100644 --- a/installer/config.php +++ b/installer/config.php @@ -453,7 +453,7 @@ $input_locale = new html_inputfield(array('name' => '_language', 'size' => 6, 'i echo $input_locale->show($RCI->getprop('language')); ?> -<div>The default locale setting. This also defines the language of the login screen.</div> +<div>The default locale setting. This also defines the language of the login screen.<br/>Leave it empty to auto-detect the user agent language.</div> <p class="hint">Enter a <a href="http://www.faqs.org/rfcs/rfc1766">RFC1766</a> formatted language name. Examples: en_US, de_DE, de_CH, fr_FR, pt_BR</p> </dd> |