From ed34bb905448199dc317734bd4c9547b9aaa3a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 26 Jul 2010 16:41:49 +0200 Subject: [PATCH] Adjust documentation to gettext. --- config.sample.inc.php | 2 +- libraries/config.default.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config.sample.inc.php b/config.sample.inc.php index 679555bca..da403fd2b 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -94,7 +94,7 @@ $cfg['SaveDir'] = ''; /** * Default language to use, if not browser-defined or user-defined - * (you find all languages in the file libraries/select_lang.lib.php) + * (you find all languages in the locale folder) * uncomment the desired line: * default = 'en' */ diff --git a/libraries/config.default.php b/libraries/config.default.php index 28aa85e3b..4f71e5610 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -1932,8 +1932,7 @@ $cfg['DefaultLang'] = 'en'; $cfg['DefaultConnectionCollation'] = 'utf8_general_ci'; /** - * Force: always use this language - must be defined in - * libraries/select_lang.lib.php + * Force: always use this language * $cfg['Lang'] = 'en'; * * Regular expression to limit listed languages, e.g. '^(cs|en)' for Czech and