From 9e4123cc2a54fffb671ec67577b46046a16d899c Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 3 Sep 2008 16:03:19 +0000 Subject: Auto-detect client language and timezone if desired by config/prefs git-svn-id: https://svn.roundcube.net/trunk@1722 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/installer/config.php') diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index fb5d93289..12af1c660 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/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')); ?> -
The default locale setting. This also defines the language of the login screen.
+
The default locale setting. This also defines the language of the login screen.
Leave it empty to auto-detect the user agent language.

Enter a RFC1766 formatted language name. Examples: en_US, de_DE, de_CH, fr_FR, pt_BR

-- cgit v1.2.3