diff options
author | Steven Barth <steven@midlink.org> | 2008-07-06 15:19:26 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-06 15:19:26 +0000 |
commit | 8f770fd17a561f9e7eecf0b415abb9bb5101cb94 (patch) | |
tree | 77b9eef01f6795982249a8dd323fd75d8c9646c6 /libs/web/root | |
parent | bcce358d8aaf44b1974e62b573ad23cfc3861cea (diff) |
* libs/web: Fixed translation handling
Diffstat (limited to 'libs/web/root')
-rw-r--r-- | libs/web/root/etc/config/luci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 31c7cb4a7..30acca421 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -34,7 +34,7 @@ config event uci_oncommit config internal languages option de "Deutsch" option en "English" - option fr "French" + option fr "Français" config internal sauth option sessionpath "/tmp/.lucisessions" |