diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-14 20:25:51 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-14 20:25:51 +0000 |
| commit | 850addfcca342c585d20717da0ed85054617210e (patch) | |
| tree | ddbecf2e53e3af05b3f4c76ad207b56070407c25 /admin | |
| parent | b0d0dac4eff450ec9b7c72d38859f90f7d05f92c (diff) | |
| download | languages-850addfcca342c585d20717da0ed85054617210e.tar.gz languages-850addfcca342c585d20717da0ed85054617210e.tar.bz2 languages-850addfcca342c585d20717da0ed85054617210e.zip | |
more kernel_config renames
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_languages_inc.php | 2 | ||||
| -rw-r--r-- | admin/schema_inc.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php index 07f7e27..fa1aeee 100644 --- a/admin/admin_languages_inc.php +++ b/admin/admin_languages_inc.php @@ -22,7 +22,7 @@ $formLanguageToggles = array( 'label' => 'Interactive bitTranslations', 'note' => 'If you have a <a href="http://doc.bitweaver.org/forums/viewtopic.php?t=948">translators account</a> on bitweaver.org, the translation links will redirect you there that you can modify the tranlations there. Due to the different setup on bitweaver.org, there might be strings that are not available for translation on that server.', ), - 'record_untranslated' => array( + 'languages_record_untranslated' => array( 'label' => 'Record untranslated', 'note' => 'This will record any untranslated language strings.', ), diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 2458077..3990535 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -72,7 +72,7 @@ $gBitInstaller->registerPackageInfo( LANGUAGES_PKG_NAME, array( $gBitInstaller->registerPreferences( LANGUAGES_PKG_NAME, array( //array(LANGUAGES_PKG_NAME, 'babelfish','n'), //array(LANGUAGES_PKG_NAME, 'babelfish_logo','n'), - array(LANGUAGES_PKG_NAME, 'record_untranslated','y'), + array(LANGUAGES_PKG_NAME, 'languages_record_untranslated','y'), ) ); // ### Default UserPermissions |
