diff options
| author | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 16:15:21 -0400 |
|---|---|---|
| committer | Bitweaver <bitweaver@bitweaver.org> | 2010-06-29 16:15:21 -0400 |
| commit | f419402b861ad91ed08a932a4744a255d248d76c (patch) | |
| tree | 59ec5b8a79f7abc16ba7e48c7547f4113e1ab6d8 /admin | |
| parent | f139f678bc9dbbd5b3294d13e6f27a0afed9d3ee (diff) | |
| download | languages-f419402b861ad91ed08a932a4744a255d248d76c.tar.gz languages-f419402b861ad91ed08a932a4744a255d248d76c.tar.bz2 languages-f419402b861ad91ed08a932a4744a255d248d76c.zip | |
move config/kernel_config_inc.php to config/kernel/config_inc.php and now we have some standardized modularity forming for config/<pkg>/blah..., also all non-exec files have _inc.php by convention
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 30fba45..85bc746 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>config/kernel_config.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_inc.php</em> file', 'page' => 'TranslationTutorial', 'link' => array( 'title' => 'Language cache', |
