diff options
| author | Adam <Adam@anope.org> | 2013-12-25 15:15:14 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-12-25 15:16:04 -0500 |
| commit | 19eccf0caebd6a1fc57ccd5fcca984410a9b7372 (patch) | |
| tree | b941e671c307f95f5d2c925dbe4921adb802e249 /data | |
| parent | dbf5106c0986db078cf7ec9a49737b7caefe1728 (diff) | |
Fix setting english language in db_old, document how not setting defaultlanguage really works
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index cfc344bc6..0817ba4e7 100644 --- a/data/example.conf +++ b/data/example.conf @@ -541,7 +541,7 @@ options /* * Default language that non- and newly-registered nicks will receive messages in. - * Leave empty to default to English. + * Set to "en" to enable English. Defaults to the language the system uses. */ #defaultlanguage = "es_ES.UTF-8" } |
