summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authortekimaki <will@tekimaki.com>2010-06-22 18:48:18 -0400
committertekimaki <will@tekimaki.com>2010-06-22 18:48:18 -0400
commitf139f678bc9dbbd5b3294d13e6f27a0afed9d3ee (patch)
treedffe1c5ffccebfe574827de0336a46f194c7341e /admin
parent0ca0845983abb341fb40a9010449bbd0872def17 (diff)
downloadlanguages-f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee.tar.gz
languages-f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee.tar.bz2
languages-f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee.zip
move config_inc.php to config root dir where all install specific configurations are to be housedPlease enter the commit message for your changes.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_languages_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php
index f8575a7..30fba45 100644
--- a/admin/admin_languages_inc.php
+++ b/admin/admin_languages_inc.php
@@ -11,7 +11,7 @@ $formLanguageToggles = array(
),
'i18n_interactive_translation' => array(
'label' => 'Interactive Translations',
- 'note' => 'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>kernel/config_inc.php</em> file',
+ 'note' => 'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>config/kernel_config.php</em> file',
'page' => 'TranslationTutorial',
'link' => array(
'title' => 'Language cache',