summaryrefslogtreecommitdiff
path: root/installer/config.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-08-12 09:05:07 +0000
committerthomascube <thomas@roundcube.net>2008-08-12 09:05:07 +0000
commit522007bdb26b737cb4a7066618a2e877211be9d0 (patch)
tree5216fb8ca3e3e0716682e5cc61aa3171a717a1ad /installer/config.php
parent3aeb5b09d950fb10e0217fd365d250f0a599fb21 (diff)
Switch installer from obsolete locale_string to language config option
Diffstat (limited to 'installer/config.php')
-rw-r--r--installer/config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/installer/config.php b/installer/config.php
index d75b02333..f1829b4bb 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -434,16 +434,16 @@ echo $check_smtplog->show(intval($RCI->getprop('smtp_log')), array('value' => 1)
<legend>Display settings &amp; user prefs</legend>
<dl class="configblock" id="cgfblockdisplay">
-<dt class="propname">locale_string</dt>
+<dt class="propname">language</dt>
<dd>
<?php
-$input_locale = new html_inputfield(array('name' => '_locale_string', 'size' => 6, 'id' => "cfglocale"));
-echo $input_locale->show($RCI->getprop('locale_string'));
+$input_locale = new html_inputfield(array('name' => '_language', 'size' => 6, 'id' => "cfglocale"));
+echo $input_locale->show($RCI->getprop('language'));
?>
<div>The default locale setting. This also defines the language of the login screen.</div>
-<p class="hint">Enter a <a href="http://www.faqs.org/rfcs/rfc1766">RFC1766</a> formatted locale name. Examples: en_US, de, de_CH, fr, pt_BR</p>
+<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>
<dt class="propname">pagesize <span class="userconf">*</span></dt>