diff options
| author | tekimaki <will@tekimaki.com> | 2010-06-22 18:48:18 -0400 |
|---|---|---|
| committer | tekimaki <will@tekimaki.com> | 2010-06-22 18:48:18 -0400 |
| commit | f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee (patch) | |
| tree | dffe1c5ffccebfe574827de0336a46f194c7341e /admin | |
| parent | 0ca0845983abb341fb40a9010449bbd0872def17 (diff) | |
| download | languages-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.php | 2 |
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', |
