aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-06-23 23:41:32 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-06-23 23:41:32 +0545
commit6796a93b93544d650ba95e4da601d64e3f7fb299 (patch)
treedeadd1b7906521d2e7c1b3ccc6058339c5e0af8f
parentd4fd9771a96f1f172e5c8638830e10474169b13f (diff)
downloadpfsense-packages-6796a93b93544d650ba95e4da601d64e3f7fb299.tar.gz
pfsense-packages-6796a93b93544d650ba95e4da601d64e3f7fb299.tar.bz2
pfsense-packages-6796a93b93544d650ba95e4da601d64e3f7fb299.zip
Change the default language here to the language code 'en'. Although note that this does not seem to actually get used. There is code in squid.inc that builds the dropdown language list based on the dir names of the squid error dirs at run time. No default seems to get picked at all, and on the first install it ends up defaulting to 'af' - the first entry in the list. So that needs to be worked out. But in any case this change does no harm and updates a setting that would otherwise look odd/wrong.
-rw-r--r--config/squid3/squid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/squid.xml b/config/squid3/squid.xml
index f82cf81a..ea13625e 100644
--- a/config/squid3/squid.xml
+++ b/config/squid3/squid.xml
@@ -249,7 +249,7 @@
<fieldname>error_language</fieldname>
<description>Select the language in which the proxy server will display error messages to users.</description>
<type>select</type>
- <default_value>English</default_value>
+ <default_value>en</default_value>
</field>
<field>
<fielddescr>Disable X-Forward</fielddescr>